Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2a51a06

Browse files
author
Amit Kapila
committed
Add missing space in comments.
Author: Junwang ZhaoDiscussion:https://postgr.es/m/CAEG8a3++YQ6A-y5-w6KxP8QH6qxDJDk4dEtZw0cLcW9bsQFydg@mail.gmail.com
1 parent3662839 commit2a51a06

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
#defineAccessShareLock1/* SELECT */
3737
#defineRowShareLock2/* SELECT FOR UPDATE/FOR SHARE */
3838
#defineRowExclusiveLock3/* INSERT, UPDATE, DELETE */
39-
#defineShareUpdateExclusiveLock 4/* VACUUM (non-FULL),ANALYZE, CREATE INDEX
40-
* CONCURRENTLY */
39+
#defineShareUpdateExclusiveLock 4/* VACUUM (non-FULL),ANALYZE, CREATE
40+
*INDEXCONCURRENTLY */
4141
#defineShareLock5/* CREATE INDEX (WITHOUT CONCURRENTLY) */
4242
#defineShareRowExclusiveLock6/* like EXCLUSIVE MODE, but allows ROW
4343
* SHARE */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp