postgresql/src/bin
Heikki Linnakangas d8b094dabb Print WAL position correctly in pg_rewind error message.
This has been wrong ever since pg_rewind was added. The if-branch just
above this, where we print the same error with an extra message supplied
by XLogReadRecord() got this right, but the variable name was wrong in the
else-branch. As a consequence, the error printed the WAL position as
0/0 if there was an error reading a WAL file.

Backpatch to 9.5, where pg_rewind was added.
2019-07-30 21:14:14 +03:00
..
initdb Fix inconsistencies and typos in the tree 2019-07-29 12:28:30 +09:00
pg_archivecleanup Translation updates 2019-06-17 15:30:20 +02:00
pg_basebackup Handle fsync failures in pg_receivewal and pg_recvlogical 2019-07-29 07:54:57 +02:00
pg_checksums Message style improvements 2019-07-09 15:47:09 +02:00
pg_config Translation updates 2019-06-17 15:30:20 +02:00
pg_controldata Fix inconsistencies and typos in the tree 2019-07-29 12:28:30 +09:00
pg_ctl Fix inconsistencies and typos in the tree 2019-07-29 12:28:30 +09:00
pg_dump Add CREATE DATABASE LOCALE option 2019-07-23 14:47:24 +02:00
pg_resetwal Fix failures to ignore \r when reading Windows-style newlines. 2019-07-25 12:11:17 -04:00
pg_rewind Print WAL position correctly in pg_rewind error message. 2019-07-30 21:14:14 +03:00
pg_test_fsync Translation updates 2019-06-17 15:30:20 +02:00
pg_test_timing Unwind some workarounds for lack of portable int64 format specifier 2019-07-04 17:01:43 +02:00
pg_upgrade Fix inconsistencies and typos in the tree 2019-07-29 12:28:30 +09:00
pg_waldump Translation updates 2019-06-17 15:30:20 +02:00
pgbench Don't assume expr is available in pgbench tests 2019-07-24 11:41:39 -04:00
pgevent Fix inconsistencies and typos in the tree 2019-07-29 12:28:30 +09:00
psql Fix failures to ignore \r when reading Windows-style newlines. 2019-07-25 12:11:17 -04:00
scripts Fix memory leak coming from simple lists built in reindexdb 2019-07-30 10:54:48 +09:00
Makefile Rename pg_verify_checksums to pg_checksums 2019-03-13 10:43:20 +09:00