10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3662839 commit 2a51a06Copy full SHA for 2a51a06
src/include/storage/lockdefs.h
@@ -36,8 +36,8 @@ typedef int LOCKMODE;
36
#define AccessShareLock 1 /* SELECT */
37
#define RowShareLock 2 /* SELECT FOR UPDATE/FOR SHARE */
38
#define RowExclusiveLock 3 /* INSERT, UPDATE, DELETE */
39
-#define ShareUpdateExclusiveLock 4 /* VACUUM (non-FULL),ANALYZE, CREATE INDEX
40
- * CONCURRENTLY */
+#define ShareUpdateExclusiveLock 4 /* VACUUM (non-FULL), ANALYZE, CREATE
+ * INDEX CONCURRENTLY */
41
#define ShareLock 5 /* CREATE INDEX (WITHOUT CONCURRENTLY) */
42
#define ShareRowExclusiveLock 6 /* like EXCLUSIVE MODE, but allows ROW
43
* SHARE */
0 commit comments