1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

I neglected many comments in the log+seg -> 64-bit segno patch. Fix.

Reported by Amit Kapila.
This commit is contained in:
Heikki Linnakangas
2012-06-27 17:53:53 +03:00
parent 7700b82e6b
commit ec786c6c81
2 changed files with 7 additions and 7 deletions

View File

@@ -68,7 +68,7 @@ walrcv_disconnect_type walrcv_disconnect = NULL;
#define NAPTIME_PER_CYCLE 100 /* max sleep time between cycles (100ms) */
/*
* These variables are used similarly to openLogFile/Id/Seg/Off,
* These variables are used similarly to openLogFile/SegNo/Off,
* but for walreceiver to write the XLOG. recvFileTLI is the TimeLineID
* corresponding the filename of recvFile, used for error messages.
*/