Skip to content

Commit 87e8699

Browse files
author
Maksim Milyutin
committed
Replace cpp to c format comment
1 parent 3fb1a56 commit 87e8699

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
@@ -355,7 +355,7 @@ SetPtrackClearLSN(bool set_invalid)
355355
ptr = InvalidXLogRecPtr;
356356
else
357357
ptr = GetXLogInsertRecPtr();
358-
//LWLockAcquire(ControlFileLock, LW_EXCLUSIVE);
358+
/* LWLockAcquire(ControlFileLock, LW_EXCLUSIVE); */
359359
fd = BasicOpenFile("global/ptrack_control",
360360
O_RDWR | O_CREAT | PG_BINARY,
361361
S_IRUSR | S_IWUSR);

0 commit comments

Comments
 (0)