pgsql: Add to_regprocedure() and to_regoperator(). - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Add to_regprocedure() and to_regoperator().
Date
Msg-id E1WaSdI-0000Pg-2b@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add to_regprocedure() and to_regoperator().

These are natural complements to the functions added by commit
0886fc6a5c75b294544263ea979b9cf6195407d9, but they weren't included
in the original patch for some reason.  Add them.

Patch by me, per a complaint by Tom Lane.  Review by Tatsuo
Ishii.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/dfc0219f649d5450a5e4d491dab1eeb23ac5530a

Modified Files
--------------
doc/src/sgml/func.sgml                |   28 +++++++++--
src/backend/utils/adt/regproc.c       |   71 ++++++++++++++++++++++++++++
src/include/catalog/catversion.h      |    2 +-
src/include/catalog/pg_proc.h         |    4 ++
src/include/utils/builtins.h          |    2 +
src/test/regress/expected/regproc.out |   82 +++++++++++++++++++++++++++++++++
src/test/regress/sql/regproc.sql      |   15 ++++++
7 files changed, 199 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Try to fix spurious DSM failures on Windows.
Next
From: Magnus Hagander
Date:
Subject: pgsql: Fix timeout in LDAP lookup of libpq connection parameters