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

Commit7efd71f

Browse files
committed
Fix command tag for ALTER LARGE OBJECT.
1 parent8d827f6 commit7efd71f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/tcop/utility.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/backend/tcop/utility.c,v 1.330 2010/01/17 22:56:22 tgl Exp $
13+
* $PostgreSQL: pgsql/src/backend/tcop/utility.c,v 1.331 2010/01/29 06:03:15 itagaki Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -1687,7 +1687,7 @@ CreateCommandTag(Node *parsetree)
16871687
tag="ALTER LANGUAGE";
16881688
break;
16891689
caseOBJECT_LARGEOBJECT:
1690-
tag="ALTERLARGEOBJECT";
1690+
tag="ALTERLARGE OBJECT";
16911691
break;
16921692
caseOBJECT_OPERATOR:
16931693
tag="ALTER OPERATOR";

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp