| From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
|---|---|
| To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | many copies of atooid() and oid_cmp() |
| Date: | 2017-01-11 16:12:58 |
| Message-ID: | 70c259af-6e0c-a14c-66ce-acbee6485023@2ndquadrant.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
There are approximately 11 copies of atooid() and 3 of oid_cmp() or
equivalent, and pending patches are proposing to add more. I propose
these two patches to collect them in central places.
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-Move-atooid-definition-to-a-central-place.patch | text/x-patch | 5.6 KB |
| 0002-Collect-duplicate-copies-of-oid_cmp.patch | text/x-patch | 4.6 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ryan Murphy | 2017-01-11 16:20:16 | Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait |
| Previous Message | Peter Eisentraut | 2017-01-11 16:10:05 | Re: Logical replication existing data copy |