Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 753b232

Browse files
knizhnikkelvich
authored andcommitted
Add caught-up message to logical replication
1 parent 0de25ca commit 753b232

14 files changed

+260
-662
lines changed

contrib/mmts/bgwpool.h

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
typedef void(*BgwPoolExecutor)(void* work, size_t size);
99

1010
typedef uint64 timestamp_t;
11+
typedef long long long64; /* we are not using int64 here because we want to use %lld format for this type */
1112

1213
#define MAX_DBNAME_LEN 30
1314
#define MAX_DBUSER_LEN 30

0 commit comments

Comments
 (0)