File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2284,7 +2284,7 @@ alter_table_cmd:
2284
2284
n->def = (Node *) $5 ;
2285
2285
$$ = (Node *)n;
2286
2286
}
2287
- /* ALTER TABLE <name> ALTER [COLUMN] <colname> RESET ( column_parameter = value [, ... ] ) */
2287
+ /* ALTER TABLE <name> ALTER [COLUMN] <colname> RESET ( column_parameter [, ... ] ) */
2288
2288
| ALTER opt_column ColId RESET reloptions
2289
2289
{
2290
2290
AlterTableCmd *n = makeNode(AlterTableCmd);
Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ pg_current_xact_id(PG_FUNCTION_ARGS)
369
369
}
370
370
371
371
/*
372
- * Same as pg_current_xact_if_assigned () but doesn't assign a new xid if there
372
+ * Same as pg_current_xact_id () but doesn't assign a new xid if there
373
373
* isn't one yet.
374
374
*/
375
375
Datum
You can’t perform that action at this time.
0 commit comments