|
PostgreSQL Source Code git master
|
#include "nodes/execnodes.h"#include "replication/decode.h"#include "postmaster/bgworker.h"#include "replication/logical.h"#include "storage/buffile.h"#include "storage/sharedfileset.h"#include "storage/shm_mq.h"#include "utils/resowner.h"

Go to the source code of this file.
Data Structures | |
| struct | RepackDecodingState |
| struct | DecodingWorkerShared |
Macros | |
| #define | CHANGE_INSERT 'i' |
| #define | CHANGE_UPDATE_OLD 'u' |
| #define | CHANGE_UPDATE_NEW 'U' |
| #define | CHANGE_DELETE 'd' |
| #define | REPACK_ERROR_QUEUE_SIZE 16384 |
Typedefs | |
| typedef char | ConcurrentChangeKind |
| typedef struct RepackDecodingState | RepackDecodingState |
| typedef struct DecodingWorkerShared | DecodingWorkerShared |
Functions | |
| void | DecodingWorkerFileName (char *fname, Oid relid, uint32 seq) |
| #define CHANGE_DELETE 'd' |
Definition at line 32 of file repack_internal.h.
Definition at line 29 of file repack_internal.h.
Definition at line 31 of file repack_internal.h.
| #define CHANGE_UPDATE_OLD 'u' |
Definition at line 30 of file repack_internal.h.
| #define REPACK_ERROR_QUEUE_SIZE 16384 |
Definition at line 118 of file repack_internal.h.
Definition at line 27 of file repack_internal.h.
Definition at line 3494 of file repack.c.
References fb(), MAXPGPATH, and snprintf.
Referenced by decode_concurrent_changes(), export_initial_snapshot(), get_initial_snapshot(), and process_concurrent_changes().