We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea5c56 commit 9cce714Copy full SHA for 9cce714
src/bin/pg_waldump/pg_waldump.c
@@ -90,27 +90,9 @@ typedef struct XLogDumpConfig
90
static void
91
sigint_handler(SIGNAL_ARGS)
92
{
93
-<<<<<<< HEAD
94
- uint64 count;
95
- uint64 rec_len;
96
- uint64 fpi_len;
97
-} Stats;
98
-
99
-#define MAX_XLINFO_TYPES 16
100
101
-typedef struct XLogDumpStats
102
-{
103
104
- Stats rmgr_stats[RM_MAX_ID + 1];
105
- Stats record_stats[RM_MAX_ID + 1][MAX_XLINFO_TYPES];
106
-} XLogDumpStats;
107
108
-#define fatal_error(...) do { pg_log_fatal(__VA_ARGS__); exit(EXIT_FAILURE); } while(0)
109
-=======
110
time_to_stop = true;
111
}
112
#endif
113
->>>>>>> REL_16_9
114
115
116
print_rmgr_list(void)
0 commit comments