From: | "houzj(dot)fnst(at)fujitsu(dot)com" <houzj(dot)fnst(at)fujitsu(dot)com> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Fix typo in comments |
Date: | 2021-09-02 11:54:15 |
Message-ID: | OS0PR01MB5716E6A6535FDFDC5A1B004194CE9@OS0PR01MB5716.jpnprd01.prod.outlook.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
When reviewing other patches, I noticed two typos:
1.
src/backend/parser/gram.y
ALTER TABLE <name> ALTER [COLUMN] <colname> RESET ( column_parameter = value [, ... ] )
RESET cannot specify value.
2.
src/backend/utils/adt/xid8funcs.c
* Same as pg_current_xact_if_assigned() but doesn't assign a new xid if there
pg_current_xact_if_assigned() should be pg_current_xact_id()
Best regards,
Hou zhijie
Attachment | Content-Type | Size |
---|---|---|
0001-fix-typo-in-comments.patch | application/octet-stream | 1.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Nancarrow | 2021-09-02 12:03:36 | Re: Skipping logical replication transactions on subscriber side |
Previous Message | Andrew Dunstan | 2021-09-02 11:43:54 | Re: Postgres Win32 build broken? |