Header And Logo

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

Defines

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 PG_PRINTF_ATTRIBUTE   printf
#define TRACE_SORT   1

Define Documentation

#define ALIGNOF_BUFFER   32

Definition at line 104 of file pg_config_manual.h.

#define BITS_PER_BYTE   8
#define DEFAULT_PGSOCKET_DIR   "/tmp"

Definition at line 147 of file pg_config_manual.h.

Referenced by get_prompt(), PasswordFromFile(), and setup_config().

#define FUNC_MAX_ARGS   100
#define HAVE_WORKING_LINK   1

Definition at line 117 of file pg_config_manual.h.

#define INDEX_MAX_KEYS   32
#define MAX_RANDOM_VALUE   (0x7FFFFFFF)
#define MAXPGPATH   1024

Definition at line 79 of file pg_config_manual.h.

Referenced by _ArchiveEntry(), _discoverArchiveFormat(), _LoadBlobs(), _StartBlob(), _StartBlobs(), adjust_data_dir(), AuxiliaryProcessMain(), calculate_database_size(), calculate_relation_size(), calculate_tablespace_size(), check_loadable_libraries(), cleanup_path(), CleanupBackgroundWorker(), CleanupBackupHistory(), CleanupPriorWALFiles(), cluster_conn_opts(), convert_sourcefiles_in(), copydir(), create_script_for_cluster_analyze(), create_script_for_old_cluster_deletion(), CreateLockFile(), CreateTableSpace(), CustomizableCleanupPriorWALFiles(), CustomizableInitialize(), db_dir_size(), DeleteAllExportedSnapshotFiles(), do_edit(), do_init(), do_pg_start_backup(), do_promote(), do_start_bgworker(), ecpg_start_test(), ExecuteRecoveryCommand(), exitArchiveRecovery(), find_my_exec(), find_other_exec(), find_other_exec_or_die(), fuzzy_open_file(), get_db_conn(), get_extension_aux_control_filename(), get_extension_control_directory(), get_extension_control_filename(), get_extension_script_directory(), get_extension_script_filename(), get_home_path(), get_sock_dir(), get_tsearch_config_filename(), getPgPassFilename(), ImportSnapshot(), initializeInput(), isolation_start_test(), join_path_components(), KeepFileRestoredFromArchive(), KillExistingArchiveStatus(), KillExistingXLOG(), logfile_getname(), main(), make_relative_path(), old_8_3_create_sequence_script(), parseServiceInfo(), perform_base_backup(), perform_fsync(), pg_open_tzfile(), pg_TZDIR(), pg_tzenumerate_next(), pgarch_archiveXlog(), pgarch_readyXlog(), pgstat_read_db_statsfile(), pgstat_recv_dropdb(), pgstat_reset_remove_files(), pgstat_write_db_statsfile(), process_postgres_switches(), process_psqlrc(), psql_command(), psql_start_test(), RecoverPreparedTransactions(), regression_main(), RemoveOldXlogFiles(), resolve_symlinks(), RestoreArchivedFile(), results_differ(), rmtree(), scan_available_timezones(), sendDir(), set_pglocale_pgservice(), setup_bin_paths(), SlruScanDirCbDeleteAll(), SlruScanDirCbDeleteCutoff(), SplitDirectoriesString(), start_postmaster(), stop_postmaster(), test_postmaster_connection(), validate_exec(), ValidateXLOGDirectoryStructure(), walkdir(), writeTimeLineHistory(), writeTimeLineHistoryFile(), XLogArchiveIsBusy(), XLogFileCopy(), XLogFileInit(), and XLogFileRead().

#define NAMEDATALEN   64

Definition at line 23 of file pg_config_manual.h.

Referenced by aclitemout(), AddEnumLabel(), Async_Notify(), asyncQueueNotificationToEntry(), ATExecAddOf(), BackendStatusShmemSize(), boot_openrel(), bootstrap_template1(), bpchar_name(), btnamecmp(), btnamefastcmp(), build_row_from_class(), check_foreign_key(), check_primary_key(), ChooseIndexColumnNames(), ChooseIndexNameAddition(), cluster_conn_opts(), CreateSharedBackendStatus(), current_database(), DefineQueryRewrite(), DefineRelation(), downcase_truncate_identifier(), enum_in(), enum_recv(), EnumValuesCreate(), fetch_fp_info(), finish_heap_swap(), format_operator_internal(), format_procedure_internal(), funny_dup17(), get_available_versions_for_extension(), get_db_conn(), getid(), gettype(), hash_object_field_end(), hashname(), json_populate_record(), 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(), populate_recordset_object_end(), populate_recordset_object_field_end(), ProcessStartupPacket(), ReadControlFile(), regclassout(), regconfigout(), regdictionaryout(), regoperout(), regprocout(), regtypeout(), reverse_name(), ScanKeywordLookup(), text_name(), timetravel(), truncate_identifier(), TupleDescInitEntry(), and validOperatorName().

#define NUM_USER_DEFINED_LWLOCKS   4

Definition at line 57 of file pg_config_manual.h.

Referenced by NumLWLocks().

#define PG_PRINTF_ATTRIBUTE   printf

Definition at line 173 of file pg_config_manual.h.

#define PG_SOMAXCONN   10000

Definition at line 90 of file pg_config_manual.h.

Referenced by StreamServerPort().

#define SEQ_MAXVALUE   INT64CONST(0x7FFFFFFFFFFFFFFF)

Definition at line 51 of file pg_config_manual.h.

Referenced by dumpSequence().

#define SEQ_MINVALUE   (-SEQ_MAXVALUE)

Definition at line 52 of file pg_config_manual.h.

Referenced by dumpSequence(), leftmostvalue_int8(), and leftmostvalue_money().

#define TRACE_SORT   1

Definition at line 256 of file pg_config_manual.h.