]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Add missing space in comments.
authorAmit Kapila <akapila@postgresql.org>
Thu, 21 Jul 2022 10:55:07 +0000 (16:25 +0530)
committerAmit Kapila <akapila@postgresql.org>
Thu, 21 Jul 2022 10:55:07 +0000 (16:25 +0530)
Author: Junwang Zhao
Discussion: https://postgr.es/m/CAEG8a3++YQ6A-y5-w6KxP8QH6qxDJDk4dEtZw0cLcW9bsQFydg@mail.gmail.com

src/include/storage/lockdefs.h

index 350ddd4da49912b7dfd171b167fa571069ee2e71..03b9e44804857ddf5d345f0b7c0fbd59399851fc 100644 (file)
@@ -36,8 +36,8 @@ typedef int LOCKMODE;
 #define AccessShareLock                        1       /* SELECT */
 #define RowShareLock                   2       /* SELECT FOR UPDATE/FOR SHARE */
 #define RowExclusiveLock               3       /* INSERT, UPDATE, DELETE */
-#define ShareUpdateExclusiveLock 4     /* VACUUM (non-FULL),ANALYZE, CREATE INDEX
-                                                                        * CONCURRENTLY */
+#define ShareUpdateExclusiveLock 4     /* VACUUM (non-FULL), ANALYZE, CREATE
+                                                                        * INDEX CONCURRENTLY */
 #define ShareLock                              5       /* CREATE INDEX (WITHOUT CONCURRENTLY) */
 #define ShareRowExclusiveLock  6       /* like EXCLUSIVE MODE, but allows ROW
                                                                         * SHARE */