pgsql: part_strategy does not need its very own keyword classification.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: part_strategy does not need its very own keyword classification.
Date: 2020-05-20 00:10:26
Message-ID: E1jbCJW-0004Li-Dg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

part_strategy does not need its very own keyword classification.

This should be plain old ColId. Making it so makes the grammar less
complicated, and makes the compiled tables a kilobyte or so smaller
(likely because they don't have to deal with a keyword classification
that's not used anyplace else).

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c7d65a252cdb7219deb48899fa643c5fd2cc3877

Modified Files
--------------
src/backend/parser/gram.y | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-05-20 00:13:40 pgsql: Doc: Replace reference to pg_stat_wal_receiver.received_lsn by f
Previous Message noreply 2020-05-19 22:15:39 pgsql: Tag refs/tags/REL_13_BETA1 was created