Skip to content

Commit 2a51a06

Browse files
author
Amit Kapila
committed
Add missing space in comments.
Author: Junwang Zhao Discussion: https://postgr.es/m/CAEG8a3++YQ6A-y5-w6KxP8QH6qxDJDk4dEtZw0cLcW9bsQFydg@mail.gmail.com
1 parent 3662839 commit 2a51a06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/storage/lockdefs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ typedef int LOCKMODE;
3636
#define AccessShareLock 1 /* SELECT */
3737
#define RowShareLock 2 /* SELECT FOR UPDATE/FOR SHARE */
3838
#define RowExclusiveLock 3 /* INSERT, UPDATE, DELETE */
39-
#define ShareUpdateExclusiveLock 4 /* VACUUM (non-FULL),ANALYZE, CREATE INDEX
40-
* CONCURRENTLY */
39+
#define ShareUpdateExclusiveLock 4 /* VACUUM (non-FULL), ANALYZE, CREATE
40+
* INDEX CONCURRENTLY */
4141
#define ShareLock 5 /* CREATE INDEX (WITHOUT CONCURRENTLY) */
4242
#define ShareRowExclusiveLock 6 /* like EXCLUSIVE MODE, but allows ROW
4343
* SHARE */

0 commit comments

Comments
 (0)