Re: [COMMITTERS] pgsql: Add pg_sequence system catalog

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Add pg_sequence system catalog
Date: 2017-01-24 22:24:36
Message-ID: a6039259-08f9-17b3-2cc8-91394e6970b0@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 1/24/17 10:23 AM, Stephen Frost wrote:
> It wouldn't hurt to add a comment as to why things are so different in
> PG10 than other versions, ie:
>
> /*
> * In PG10, sequence meta-data was moved into pg_sequence, so switch to
> * the pg_catalog schema instead of operating in a user schema and pull
> * the necessary meta-data from there.
> */

I've committed this, but I've put the comment in the old sections and
explained how they are different from the new style, instead of vice versa.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-01-25 00:02:43 pgsql: Use non-conflicting table names in new regression test case.
Previous Message Peter Eisentraut 2017-01-24 22:23:22 pgsql: pg_dump: Fix some schema issues when dumping sequences

Browse pgsql-hackers by date

  From Date Subject
Next Message Nikita Glukhov 2017-01-24 22:25:01 Re: PATCH: recursive json_populate_record()
Previous Message Tom Lane 2017-01-24 22:17:36 Re: [PATCH] pgpassfile connection option