pgsql: Make DROP FUNCTION hint more informative. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Make DROP FUNCTION hint more informative.
Date
Msg-id E1SjZfc-0000po-59@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make DROP FUNCTION hint more informative.

If you decide you want to take the hint, this gives you something you
can paste right back to the server.

Dean Rasheed

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0caa0d04db24d2c571fa7daa410bc6a5b319a2a2

Modified Files
--------------
src/backend/catalog/pg_proc.c              |   15 ++++++++++-----
src/test/regress/expected/polymorphism.out |    6 +++---
src/test/regress/expected/rangefuncs.out   |    4 ++--
3 files changed, 15 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Reduce use of heavyweight locking inside hash AM.
Next
From: Tom Lane
Date:
Subject: pgsql: Cope with smaller-than-normal BLCKSZ setting in SPGiST indexes o