diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-06-14 10:46:48 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-06-14 10:46:48 +0300 |
commit | 0ef0b6784c7d7258cae314cb46558873edaf9c0a (patch) | |
tree | b79ffdee4813ef5db62d4aedebe8d5529270eacc /src/include/pg_config_manual.h | |
parent | f3fdd257a430ff581090740570af9f266bb893e3 (diff) |
Change the signature of rm_desc so that it's passed a XLogRecord.
Just feels more natural, and is more consistent with rm_redo.
Diffstat (limited to 'src/include/pg_config_manual.h')
-rw-r--r-- | src/include/pg_config_manual.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h index d1f99fbafef..0f4402fd96e 100644 --- a/src/include/pg_config_manual.h +++ b/src/include/pg_config_manual.h @@ -281,7 +281,7 @@ * Enable debugging print statements for WAL-related operations; see * also the wal_debug GUC var. */ -/* #define WAL_DEBUG */ +#define WAL_DEBUG /* * Enable tracing of resource consumption during sort operations; |