part_strategy does not need its very own keyword classification.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c7d65a252cdb7219deb48899fa643c5fd2cc3877
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-05-20T00:09:59Z
Releases: 13.0
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).

Files

PathChange+/−
src/backend/parser/gram.y modified +1 −6