]> granicus.if.org Git - postgresql/commit
Change the reloptions machinery to use a table-based parser, and provide
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 5 Jan 2009 17:14:28 +0000 (17:14 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 5 Jan 2009 17:14:28 +0000 (17:14 +0000)
commitba748f7a11ef884277b61d1708a17a44acfd1736
treef4b87c06b0b0f36ab76a8724567470c757931f32
parentb0a6ad70a12b6949fdebffa8ca1650162bf0254a
Change the reloptions machinery to use a table-based parser, and provide
a more complete framework for writing custom option processing routines
by user-defined access methods.

Catalog version bumped due to the general API changes, which are going to
affect user-defined "amoptions" routines.
src/backend/access/common/reloptions.c
src/backend/access/gin/ginutil.c
src/backend/access/gist/gistutil.c
src/backend/access/hash/hashutil.c
src/backend/access/nbtree/nbtutils.c
src/include/access/reloptions.h
src/include/catalog/catversion.h