Thanks to visit codestin.com Credit goes to github.com
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 3f476c9 commit 1980d35Copy full SHA for 1980d35
src/bin/pg_basebackup/streamutil.c
@@ -31,7 +31,7 @@
31
32
#define ERRCODE_DUPLICATE_OBJECT "42710"
33
34
-uint32 WalSegSz;
+int WalSegSz;
35
36
static bool RetrieveDataDirCreatePerm(PGconn *conn);
37
src/bin/pg_basebackup/streamutil.h
@@ -24,7 +24,7 @@ extern char *dbuser;
24
extern char *dbport;
25
extern char *dbname;
26
extern int dbgetpassword;
27
-extern uint32 WalSegSz;
+extern int WalSegSz;
28
29
/* Connection kept global so we can disconnect easily */
30
extern PGconn *conn;
0 commit comments