We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cdb28 commit 8bc7be4Copy full SHA for 8bc7be4
concurrent.c
@@ -19,6 +19,10 @@
19
#include "replication/decode.h"
20
#include "utils/rel.h"
21
22
+#if PG_VERSION_NUM < 150000
23
+extern PGDLLIMPORT int wal_segment_size;
24
+#endif
25
+
26
static void apply_concurrent_changes(DecodingOutputState *dstate,
27
Relation relation, ScanKey key,
28
int nkeys, IndexInsertState *iistate);
pg_squeeze.c
@@ -65,6 +65,11 @@
65
66
#include "utils/syscache.h"
67
68
69
70
+extern PGDLLIMPORT bool FirstSnapshotSet;
71
72
73
#if PG_VERSION_NUM < 120000
74
#include "utils/tqual.h"
75
#endif
0 commit comments