git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 55392bc)
Fix typo in comments.
Mon, 6 Sep 2021 08:03:40 +0000 (17:03 +0900)
Mon, 6 Sep 2021 08:03:40 +0000 (17:03 +0900)
Author: Hou Zhijie
Discussion: https://postgr.es/m/OS0PR01MB5716E6A6535FDFDC5A1B004194CE9@OS0PR01MB5716.jpnprd01.prod.outlook.com


diff --git a/src/backend/parser/gram.y b/src/backend/parser/gram.y
index 39a2849eba3a87403a7f755a750b1103b1d60b66..ee52036a21e0a8725c8f3af61b9545f642203fa1 100644 (file)
--- a/src/backend/parser/gram.y
+++ b/src/backend/parser/gram.y
@@ -2284,7 +2284,7 @@ alter_table_cmd:
n->def = (Node *) 5ドル;
$$ = (Node *)n;
}
- /* ALTER TABLE <name> ALTER [COLUMN] <colname> RESET ( column_parameter = value [, ... ] ) */
+ /* ALTER TABLE <name> ALTER [COLUMN] <colname> RESET ( column_parameter [, ... ] ) */
| ALTER opt_column ColId RESET reloptions
{
AlterTableCmd *n = makeNode(AlterTableCmd);
diff --git a/src/backend/utils/adt/xid8funcs.c b/src/backend/utils/adt/xid8funcs.c
index cc2b4ac7979a82efa4574d38dc39446054f47c76..f1870a73668c1d0d7d32c0c17ce2a2c2756e6928 100644 (file)
--- a/src/backend/utils/adt/xid8funcs.c
+++ b/src/backend/utils/adt/xid8funcs.c
@@ -369,7 +369,7 @@ pg_current_xact_id(PG_FUNCTION_ARGS)
}
/*
- * Same as pg_current_xact_if_assigned() but doesn't assign a new xid if there
+ * Same as pg_current_xact_id() but doesn't assign a new xid if there
* isn't one yet.
*/
Datum
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /