PostgreSQL Source Code
git master
|
Go to the source code of this file.
Data Structures | |
struct | sqlca_t |
struct | sa |
Macros | |
#define | ECPGdebug(X, Y) ECPGdebug((X)+100,(Y)) |
#define | POSTGRES_SQLCA_H |
#define | PGDLLIMPORT |
#define | SQLERRMC_LEN 150 |
#define | sqlca (*ECPGget_sqlca()) |
#define | YES 1 |
Enumerations | |
enum | e { ENUM0 , ENUM1 } |
Functions | |
struct sqlca_t * | ECPGget_sqlca (void) |
static int | fa (void) |
static int | fb (int x) |
static int | fc (const char *x) |
static int | fd (const char *x, int i) |
static int | fe (enum e x) |
static void | sqlnotice (const char *notice, short trans) |
int | main (void) |
#define ECPGdebug | ( | X, | |
Y | |||
) | ECPGdebug((X)+100,(Y)) |
Definition at line 7 of file preproc-init.c.
#define PGDLLIMPORT |
Definition at line 19 of file preproc-init.c.
#define POSTGRES_SQLCA_H |
Definition at line 13 of file preproc-init.c.
#define sqlca (*ECPGget_sqlca()) |
Definition at line 70 of file preproc-init.c.
#define SQLERRMC_LEN 150 |
Definition at line 23 of file preproc-init.c.
#define YES 1 |
Definition at line 126 of file preproc-init.c.
enum e |
struct sqlca_t* ECPGget_sqlca | ( | void | ) |
Definition at line 108 of file misc.c.
|
static |
Definition at line 85 of file preproc-init.c.
References printf.
Referenced by final_filemap_cmp(), and main().
|
static |
Definition at line 92 of file preproc-init.c.
Referenced by final_filemap_cmp(), main(), and verify_heapam().
|
static |
Definition at line 99 of file preproc-init.c.
Referenced by exprLocation(), main(), and transformRangeFunction().
|
static |
Definition at line 105 of file preproc-init.c.
Referenced by _mdfd_openseg(), add_socket_to_set(), AddToDataDirLockFile(), AddWaitEventToSet(), adjust_data_dir(), ApplyLogicalMappingFile(), astreamer_gzip_writer_new(), BaseBackup(), basebackup_read_file(), BasicOpenFilePerm(), be_lo_close(), be_lo_export(), be_lo_lseek(), be_lo_lseek64(), be_lo_open(), be_lo_tell(), be_lo_tell64(), be_lo_truncate(), be_lo_truncate64(), be_loread(), be_lowrite(), check_backup_label_files(), CheckPointLogicalRewriteHeap(), choose_dsm_implementation(), closeLOfd(), CloseTransientFile(), connect_slot(), copy_file(), copy_read_data(), count_usable_fds(), CreateDirAndVersionFile(), CreateLockFile(), d2d(), DebugFileOpen(), dir_existsfile(), dir_open_for_write(), dir_sync(), do_edit(), drain(), dsm_impl_mmap(), dsm_impl_posix(), dsm_impl_posix_resize(), durable_rename(), ensure_last_message(), exec_command_write(), existsTimeLineHistory(), exportFile(), f2d(), fdatasync(), FileFallocate(), FilePrefetch(), FileSize(), FileSync(), FileTruncate(), FileWriteback(), FileZero(), FindStreamingStart(), fork_process(), fsync_fname_ext(), get_controlfile_by_exact_path(), get_prompt(), heap_xlog_logical_rewrite(), importFile(), issue_xlog_fsync(), ListenServerPort(), lo_close(), lo_export(), lo_import_internal(), lo_lseek(), lo_lseek64(), lo_open(), lo_read(), lo_tell(), lo_tell64(), lo_truncate(), lo_truncate64(), lo_truncate_internal(), lo_write(), load_backup_manifest(), LogicalRepApplyLoop(), main(), mdcreate(), mdopenfork(), my_SSL_set_fd(), open_direct(), open_file_in_directory(), open_none(), OpenTransientFilePerm(), optional_setsockopt(), parse_manifest_file(), perform_base_backup(), pg_current_logfile(), pg_fdatasync(), pg_flush_data(), pg_fsync(), pg_fsync_no_writethrough(), pg_fsync_writethrough(), pg_ftruncate(), pg_pread(), pg_preadv(), pg_pwrite(), pg_pwrite_zeros(), pg_pwritev(), pg_pwritev_with_retry(), pg_truncate(), pid_lock_file_exists(), process_file(), qtext_load_file(), qtext_store(), read_controlfile(), read_file_contents(), read_file_data_into_buffer(), read_pg_version_file(), read_relmap_file(), ReadControlFile(), readdir(), readfile(), readMessageFromPipe(), readRecoverySignalFile(), readTimeLineHistory(), ReadTwoPhaseFile(), RecheckDataDirLockFile(), RecreateTwoPhaseFile(), ReorderBufferRestoreChanges(), ReorderBufferSerializeChange(), ReorderBufferSerializeTXN(), RestoreSlotFromDisk(), SaveSlotToPath(), search_directory(), sendFile(), SendTimeLineHistory(), ServerLoop(), SimpleLruDoesPhysicalPageExist(), SlruPhysicalReadPage(), SlruPhysicalWritePage(), SlruSyncFileTag(), slurp_file(), slurpFile(), SnapBuildRestore(), SnapBuildRestoreContents(), SnapBuildSerialize(), socket_has_input(), start_postmaster(), StartupReplicationOrigin(), stream_abort_internal(), subxact_info_read(), subxact_info_write(), SysLogger_Start(), SysLoggerMain(), tarOpen(), truncate_target_file(), update_controlfile(), verify_file_checksum(), write_auto_conf_file(), write_block(), write_pipe_chunks(), write_relmap_file(), WriteControlFile(), WriteEmptyXLOG(), writeTimeLineHistory(), writeTimeLineHistoryFile(), XLogArchiveForceDone(), XLogArchiveNotify(), XLogFileCopy(), XLogFileInit(), XLogFileInitInternal(), XLogFileOpen(), XLogFileRead(), XLogFileReadAnyTLI(), and XLogInitNewTimeline().
|
static |
Definition at line 111 of file preproc-init.c.
Referenced by foreign_expr_walker(), and main().
int main | ( | void | ) |
Definition at line 135 of file preproc-init.c.
References a, b, ECPGdebug, ECPGdo(), ECPGst_normal, ECPGt_EOIT, ECPGt_EORT, ENUM0, fa(), fb(), fc(), fd(), fe(), i, j, sa::member, printf, sqlca, sqlnotice(), x, and y.
|
static |