postgresql/src/bin
Heikki Linnakangas 2103430179 Fix parsing of xlog file name in pg_receivexlog.
The parsing of WAL filenames of segments larger than > 255 was broken,
making pg_receivexlog unable to restart streaming after stopping it.

The bug was introduced by the changes in 9.3 to represent WAL segment number
as a 64-bit integer instead of two ints, log and seg. To fix, replace the
plain sscanf call with XLogFromFileName macro, which does the conversion
from log+seg to a 64-bit integer correcly.

Reported by Mika Eloranta.
2013-11-04 10:57:58 +02:00
..
initdb Ignore SIGSYS during initdb. 2013-10-24 21:51:30 -04:00
pg_basebackup Fix parsing of xlog file name in pg_receivexlog. 2013-11-04 10:57:58 +02:00
pg_config Switch dependency order of libpgcommon and libpgport 2013-10-17 22:02:35 -04:00
pg_controldata Translation updates 2013-10-07 16:51:52 -04:00
pg_ctl Replace pg_asprintf() with psprintf(). 2013-10-22 19:40:26 -04:00
pg_dump Use improved vsnprintf calling logic in more places. 2013-10-24 21:43:57 -04:00
pg_resetxlog Translation updates 2013-10-07 16:51:52 -04:00
pgevent pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
psql Simplify tab completion rules for views and foreign tables. 2013-10-23 13:16:25 -04:00
scripts Translation updates 2013-10-07 16:51:52 -04:00
Makefile Update copyrights for 2013 2013-01-01 17:15:01 -05:00