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 e1dfb61 commit 0755756Copy full SHA for 0755756
src/show.c
@@ -748,7 +748,7 @@ static void
748
show_archive_plain(const char *instance_name, uint32 xlog_seg_size,
749
parray *tli_list, bool show_name)
750
{
751
- char segno_tmp[XLOG_FNAME_LEN];
+ char segno_tmp[XLOG_FNAME_LEN+1];
752
parray *actual_tli_list = parray_new();
753
#define SHOW_ARCHIVE_FIELDS_COUNT 10
754
int i;
0 commit comments