Skip to content

Commit 9cce714

Browse files
committed
Fix rebase conflict with 2258e76
1 parent dea5c56 commit 9cce714

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/bin/pg_waldump/pg_waldump.c

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -90,27 +90,9 @@ typedef struct XLogDumpConfig
9090
static void
9191
sigint_handler(SIGNAL_ARGS)
9292
{
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-
uint64 count;
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-
=======
11093
time_to_stop = true;
11194
}
11295
#endif
113-
>>>>>>> REL_16_9
11496

11597
static void
11698
print_rmgr_list(void)

0 commit comments

Comments
 (0)