Skip to content

Commit a008803

Browse files
author
Maksim Milyutin
committed
Merge branch 'PGPRO9_5' into PGPRO9_5_pg_query_state
2 parents 16bc2d1 + 3ec7b7a commit a008803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/heap/ptrack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ SetPtrackClearLSN(bool set_invalid)
385385
ereport(PANIC,
386386
(errcode_for_file_access(),
387387
errmsg("could not close ptrack control file: %m")));
388-
//LWLockRelease(ControlFileLock);
388+
/* LWLockRelease(ControlFileLock); */
389389
}
390390

391391
/* Test ptrack file */

0 commit comments

Comments
 (0)