Content-Length: 283301 | pFad | http://github.com/postgrespro/postgres/commit/1980d3585e3c7fce74b811ca8d77733036cae76c
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;
Fetched URL: http://github.com/postgrespro/postgres/commit/1980d3585e3c7fce74b811ca8d77733036cae76c
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments