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.
Referenced by main().
#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.
Referenced by main().
#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 |
Enumerator | |
---|---|
ENUM0 | |
ENUM1 |
Definition at line 82 of file preproc-init.c.
struct sqlca_t* ECPGget_sqlca | ( | void | ) |
Definition at line 141 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.
References printf.
Referenced by final_filemap_cmp(), main(), and verify_heapam().
|
static |
Definition at line 99 of file preproc-init.c.
References printf.
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(), apply_handle_stream_abort(), apply_handle_stream_commit(), ApplyLogicalMappingFile(), 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(), CheckPointLogicalRewriteHeap(), choose_dsm_implementation(), copy_read_data(), CreateLockFile(), d2d(), DebugFileOpen(), deleteLOfd(), dir_existsfile(), dir_open_for_write(), dir_sync(), do_edit(), dsm_impl_mmap(), dsm_impl_op(), exec_command_write(), existsTimeLineHistory(), exitArchiveRecovery(), exportFile(), f2d(), FindStreamingStart(), fork_process(), func_call_1(), get_controlfile(), get_prompt(), GetNumRegisteredWaitEvents(), heap_xlog_logical_rewrite(), importFile(), initializeInput(), initMasks(), 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_relmap_file(), LogicalRepApplyLoop(), main(), mdcreate(), mdopenfork(), open_file_in_directory(), parse_manifest_file(), perform_base_backup(), pg_current_logfile(), pid_lock_file_exists(), process_file(), qtext_load_file(), qtext_store(), read_controlfile(), ReadControlFile(), readdir(), readfile(), readRecoverySignalFile(), readTimeLineHistory(), ReadTwoPhaseFile(), ReceiveTarFile(), RecheckDataDirLockFile(), RecreateTwoPhaseFile(), ReorderBufferRestoreChanges(), ReorderBufferSerializeTXN(), RestoreSlotFromDisk(), run_ifaddr_callback(), SaveSlotToPath(), search_directory(), sendFile(), SendTimeLineHistory(), setalarm(), signal_cleanup(), slurpFile(), SnapBuildRestore(), SnapBuildSerialize(), start_postmaster(), StartupReplicationOrigin(), StreamServerPort(), subxact_info_read(), subxact_info_write(), SysLogger_Start(), SysLoggerMain(), tarOpen(), truncate_target_file(), update_controlfile(), verify_directories(), verify_file_checksum(), write_pipe_chunks(), write_relmap_file(), WriteControlFile(), WriteEmptyXLOG(), writeTimeLineHistory(), writeTimeLineHistoryFile(), XLogArchiveForceDone(), XLogArchiveNotify(), XLogFileCopy(), XLogFileInit(), XLogFileOpen(), XLogFileRead(), and XLogFileReadAnyTLI().
|
static |
Definition at line 111 of file preproc-init.c.
References printf.
Referenced by foreign_expr_walker(), and main().
int main | ( | void | ) |
Definition at line 135 of file preproc-init.c.
References ECPGdebug, ECPGdo(), ECPGst_normal, ECPGt_EOIT, ECPGt_EORT, ENUM0, fa(), fb(), fc(), fd(), fe(), i, sa::member, printf, sqlca, and sqlnotice().
|
static |