Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8868b02

Browse files
Amit Kapilapull[bot]
Amit Kapila
authored andcommitted
Add missing space in comments.
Author: Junwang Zhao Discussion: https://postgr.es/m/CAEG8a3++YQ6A-y5-w6KxP8QH6qxDJDk4dEtZw0cLcW9bsQFydg@mail.gmail.com
1 parent 2af2bd8 commit 8868b02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/storage/lockdefs.h

+2-2
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)