projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9050e5c
)
Fix pg_receivexlog compile
author
Alvaro Herrera
Mon, 29 Aug 2016 21:11:36 +0000
(18:11 -0300)
committer
Alvaro Herrera
Mon, 29 Aug 2016 21:12:04 +0000
(18:12 -0300)
Fix compile problem in
9050e5c89dc08
, which was botched because of
refactoring that had taken place in
38c83c9b75693
.
Per buildfarm
src/bin/pg_basebackup/receivelog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_basebackup/receivelog.c
b/src/bin/pg_basebackup/receivelog.c
index ba7acfba01689bc912841d7612058276bcef7790..f8bd551ef959042fa80a5394d8d201111e7f4fd0 100644
(file)
--- a/
src/bin/pg_basebackup/receivelog.c
+++ b/
src/bin/pg_basebackup/receivelog.c
@@
-534,7
+534,7
@@
ReceiveXlogStream(PGconn *conn, XLogRecPtr startpos, uint32 timeline,
}
else
{
- if (s
tream->s
ynchronous)
+ if (synchronous)
reportFlushPosition = true;
else
reportFlushPosition = false;