pgsql: Make DROP FUNCTION hint more informative.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make DROP FUNCTION hint more informative.
Date: 2012-06-26 17:35:20
Message-ID: E1SjZfc-0000po-59@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-06-26 18:36:38 pgsql: Cope with smaller-than-normal BLCKSZ setting in SPGiST indexes o
Previous Message Robert Haas 2012-06-26 11:50:47 pgsql: Reduce use of heavyweight locking inside hash AM.