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

Commit98105e5

Browse files
committed
1 parent58651d8 commit98105e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎src/backend/storage/lmgr/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ User Locks (Advisory Locks)
692692
User locks are handled totally on the application side as long term
693693
cooperative locks which may extend beyond the normal transaction boundaries.
694694
Their purpose is to indicate to an application that someone is `working'
695-
on an item. So it is possible to putan user lock on a tuple's oid,
695+
on an item. So it is possible to puta user lock on a tuple's oid,
696696
retrieve the tuple, work on it for an hour and then update it and remove
697697
the lock. While the lock is active other clients can still read and write
698698
the tuple but they can be aware that it has been locked at the application

‎src/backend/utils/adt/pg_locale.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ get_iso_localename(const char *winlocname)
10681068
LOCALE_NAME_MAX_LENGTH);
10691069

10701070
/*
1071-
* If the lc_messages is alreadyan Unix-style string, we have a direct
1071+
* If the lc_messages is alreadya Unix-style string, we have a direct
10721072
* match with LOCALE_SNAME, e.g. en-US, en_US.
10731073
*/
10741074
ret_val=GetLocaleInfoEx(wc_locale_name,LOCALE_SNAME, (LPWSTR)&buffer,

‎src/include/access/attnum.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ typedef int16 AttrNumber;
3636

3737
/*
3838
* AttrNumberIsForUserDefinedAttr
39-
*True iff the attribute number corresponds toan user defined attribute.
39+
*True iff the attribute number corresponds toa user defined attribute.
4040
*/
4141
#defineAttrNumberIsForUserDefinedAttr(attributeNumber) \
4242
((bool) ((attributeNumber) > 0))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp