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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user