Skip to content

Commit 3ec7b7a

Browse files
author
Maksim Milyutin
committed
Replace another cpp format comment
1 parent 18061a5 commit 3ec7b7a

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)