Header And Logo

PostgreSQL
| The world's most advanced open source database.

pg_config_manual.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define NAMEDATALEN   64
#define FUNC_MAX_ARGS   100
#define INDEX_MAX_KEYS   32
#define SEQ_MAXVALUE   INT64CONST(0x7FFFFFFFFFFFFFFF)
#define SEQ_MINVALUE   (-SEQ_MAXVALUE)
#define NUM_USER_DEFINED_LWLOCKS   4
#define MAXPGPATH   1024
#define PG_SOMAXCONN   10000
#define BITS_PER_BYTE   8
#define ALIGNOF_BUFFER   32
#define HAVE_WORKING_LINK   1
#define DEFAULT_PGSOCKET_DIR   "/tmp"
#define MAX_RANDOM_VALUE   (0x7FFFFFFF)
#define TRACE_SORT   1


Define Documentation

#define ALIGNOF_BUFFER   32

Definition at line 101 of file pg_config_manual.h.

#define BITS_PER_BYTE   8

#define DEFAULT_PGSOCKET_DIR   "/tmp"

Definition at line 144 of file pg_config_manual.h.

Referenced by get_prompt(), and PasswordFromFile().

#define FUNC_MAX_ARGS   100

#define HAVE_WORKING_LINK   1

Definition at line 114 of file pg_config_manual.h.

#define INDEX_MAX_KEYS   32

#define MAX_RANDOM_VALUE   (0x7FFFFFFF)

#define MAXPGPATH   1024

Definition at line 76 of file pg_config_manual.h.

Referenced by AuxiliaryProcessMain(), bootstrap_template1(), calculate_database_size(), calculate_relation_size(), calculate_tablespace_size(), checkDataDir(), CheckPointTwoPhase(), cleanup_path(), CleanupBackupHistory(), convert_sourcefiles_in(), copydir(), CreateLockFile(), CreateSocketLockFile(), CreateTableSpace(), CustomizableCleanupPriorWALFiles(), CustomizableInitialize(), db_dir_size(), do_edit(), do_init(), dot_pg_pass_warning(), ecpg_start_test(), EndPrepare(), ExecuteRecoveryEndCommand(), existsTimeLineHistory(), exitArchiveRecovery(), expand_tilde(), find_my_exec(), find_other_exec(), find_other_exec_or_die(), get_home_path(), get_set_pwd(), get_tsearch_config_filename(), getPgPassFilename(), identify_system_timezone(), initializeInput(), InstallXLogFileSegment(), join_path_components(), KillExistingArchiveStatus(), KillExistingXLOG(), lo_export(), lo_import_internal(), load_relcache_init_file(), load_relmap_file(), load_resultmap(), logfile_getname(), main(), make_absolute_path(), make_relative_path(), open_result_files(), OpenTemporaryFileInTablespace(), parseServiceInfo(), ParseTzFile(), PasswordFromFile(), pg_bindtextdomain(), pg_open_tzfile(), pg_stop_backup(), pg_TZDIR(), pg_tzenumerate_next(), pgarch_archiveDone(), pgarch_archiveXlog(), pgarch_readyXlog(), process_postgres_switches(), process_psqlrc(), psql_command(), psql_start_test(), readRecoveryCommandFile(), readTimeLineHistory(), ReadTwoPhaseFile(), RecoverPreparedTransactions(), RecreateTwoPhaseFile(), regression_main(), RelationCacheInitFileInvalidate(), RelationCacheInitFileRemove(), RelationCacheInitFileRemoveInDir(), RemoveOldXlogFiles(), RemovePgTempFiles(), RemovePgTempFilesInDir(), RemoveTwoPhaseFile(), resolve_symlinks(), RestoreArchivedFile(), results_differ(), rmtree(), scan_available_timezones(), set_pglocale_pgservice(), setup_config(), show_bindir(), show_docdir(), show_htmldir(), show_includedir(), show_includedir_server(), show_libdir(), show_localedir(), show_mandir(), show_pgxs(), show_pkgincludedir(), show_pkglibdir(), show_sharedir(), show_sysconfdir(), SlruPhysicalReadPage(), SlruPhysicalWritePage(), SlruReportIOError(), SlruScanDirectory(), start_postmaster(), stop_postmaster(), test_config_settings(), validate_exec(), ValidatePgVersion(), ValidateXLOGDirectoryStructure(), write_relcache_init_file(), write_relmap_file(), WriteEmptyXLOG(), writeTimeLineHistory(), XLogArchiveCheckDone(), XLogArchiveCleanup(), XLogArchiveIsBusy(), XLogArchiveNotify(), XLogFileCopy(), XLogFileInit(), XLogFileOpen(), XLogFileRead(), XLogFileReadAnyTLI(), and XLogRead().

#define NAMEDATALEN   64

Definition at line 20 of file pg_config_manual.h.

Referenced by _bt_leafbuild(), aclitemout(), aclparse(), assign_role(), assign_session_authorization(), Async_Notify(), asyncQueueNotificationToEntry(), ATExecSetTableSpace(), ATRewriteTable(), AutoVacWorkerMain(), BackendStatusShmemSize(), boot_openrel(), bootstrap_template1(), bpchar_name(), btnamecmp(), build_row_from_class(), check_foreign_key(), check_primary_key(), ChooseConstraintName(), ChooseIndexColumnNames(), ChooseIndexNameAddition(), ChooseRelationName(), CloseIntoRel(), compile_plperl_function(), copy_heap_data(), CopyFrom(), create_toast_table(), createConnHash(), createNewConnection(), CreateSharedBackendStatus(), CreateTrigger(), current_database(), DefineQueryRewrite(), DefineRelation(), deleteConnection(), downcase_truncate_identifier(), end_heap_rewrite(), enum_in(), enum_recv(), EnumValuesCreate(), ExecGrant_Largeobject(), ExecTypeFromExprList(), fetch_fp_info(), find_rendezvous_variable(), finish_heap_swap(), format_operator(), format_procedure(), funny_dup17(), get_connect_string(), getConnectionByName(), getid(), gettype(), GuessControlValues(), hashname(), InitPostgres(), InitQueryHashTable(), InitTempTableNamespace(), make_new_heap(), make_oper_cache_key(), makeArrayTypeName(), makeObjectName(), MapArrayTypeName(), namecpy(), nameeq(), namege(), namegt(), namein(), namele(), namelt(), namene(), namerecv(), namestrcpy(), pg_char_to_encname_struct(), pg_get_userbyid(), pgstat_bestart(), pgstat_read_current_status(), pgstat_report_appname(), plperl_create_sub(), PLy_procedure_compile(), PLy_procedure_create(), ProcessStartupPacket(), ReadControlFile(), regclassout(), regconfigout(), regdictionaryout(), regoperout(), regprocout(), regtypeout(), RemoveAttributeById(), reverse_name(), ScanKeywordLookup(), show_role(), show_session_authorization(), string_to_const(), text_name(), timetravel(), truncate_identifier(), TupleDescInitEntry(), validOperatorName(), and WriteControlFile().

#define NUM_USER_DEFINED_LWLOCKS   4

Definition at line 54 of file pg_config_manual.h.

Referenced by NumLWLocks().

#define PG_SOMAXCONN   10000

Definition at line 87 of file pg_config_manual.h.

Referenced by StreamServerPort().

#define SEQ_MAXVALUE   INT64CONST(0x7FFFFFFFFFFFFFFF)

Definition at line 48 of file pg_config_manual.h.

Referenced by dumpSequence(), and init_params().

#define SEQ_MINVALUE   (-SEQ_MAXVALUE)

#define TRACE_SORT   1

Definition at line 212 of file pg_config_manual.h.


Generated on Tue Mar 16 03:30:29 2010 for PostgreSQL Source Code by  doxygen 1.5.8