pgsql: Adjust pg_proc.proargtypes[0] tests in psql \df to handle new - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Adjust pg_proc.proargtypes[0] tests in psql \df to handle new
Date
Msg-id 20050401053042.4BC435388F@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Adjust pg_proc.proargtypes[0] tests in psql \df to handle new NULL value
for a function taking no arguments, per report from Michael Fuhr.

Modified Files:
--------------
    pgsql/src/bin/psql:
        describe.c (r1.113 -> r1.114)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c.diff?r1=1.113&r2=1.114)

pgsql-committers by date:

Previous
From: elein@pgfoundry.org (User Elein)
Date:
Subject: newsysviews - newsysview: First pass at type views
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Remove pg_buffercache_pages.h -- patch from Mark Kirkwood.