Skip to content

Commit ce0eca3

Browse files
committed
test
1 parent bdbf600 commit ce0eca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/backend/storage/file

src/backend/storage/file/fd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@ static void
15791579
ReportTemporaryFileUsage(const char *path, off_t size)
15801580
{
15811581
/* MERGE16_FIXME: Now the pgstat has not worked, so disable the report first */
1582-
return;
1582+
//return;
15831583

15841584
pgstat_report_tempfile(size);
15851585

0 commit comments

Comments
 (0)