| From: | Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> |
|---|---|
| To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Remove unnecessary grammar symbols |
| Date: | 2020-12-03 09:50:50 |
| Message-ID: | 3e3ccddb-41bd-ecd8-29fe-195e34d9886f@enterprisedb.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
While doing the proverbial other things, I noticed that the grammar
symbols publication_name_list and publication_name_item are pretty
useless. We already use name_list/name to refer to publications in most
places, so getting rid of these makes things more consistent.
These appear to have been introduced by the original logical replication
patch, so there probably wasn't that much scrutiny on this detail then.
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-Remove-unnecessary-grammar-symbols.patch | text/plain | 2.5 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Anastasia Lubennikova | 2020-12-03 09:54:33 | Re: Commitfest 2020-11 is closed |
| Previous Message | Krunal Bauskar | 2020-12-03 09:49:41 | Re: Improving spin-lock implementation on ARM. |