From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
---|---|
To: | Petr Jelinek <petr(at)2ndquadrant(dot)com> |
Cc: | Stas Kelvich <s(dot)kelvich(at)postgrespro(dot)ru>, Craig Ringer <craig(at)2ndquadrant(dot)com>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, Simon Riggs <simon(at)2ndquadrant(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Logical Replication WIP |
Date: | 2016-09-06 18:14:29 |
Message-ID: | 68ff514b-56f4-d02b-f290-60cabd2a3639@2ndquadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 9/3/16 5:14 AM, Petr Jelinek wrote:
>> What are the BKI_ROWTYPE_OID assignments for? Are they necessary
>> > here? (Maybe this was just copied from pg_subscription?)
>> >
> Yes they are.
Please explain/document why. It does not match other catalogs, which
either use it for relcache initialization or because they are shared
catalogs. (I'm not sure of the details, but this one clearly looks
different.)
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
From | Date | Subject | |
---|---|---|---|
Next Message | Claudio Freire | 2016-09-06 18:16:11 | Re: Vacuum: allow usage of more than 1GB of work mem |
Previous Message | Corey Huinker | 2016-09-06 18:12:59 | Re: Let file_fdw access COPY FROM PROGRAM |