pgsql: psql: Reduce the amount of const lies a bit - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: psql: Reduce the amount of const lies a bit
Date
Msg-id E1RsJIx-0004sx-QS@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
psql: Reduce the amount of const lies a bit

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4b77bfc37a1819fdfd3b767a52ff633cd28f9155

Modified Files
--------------
src/bin/psql/tab-complete.c |   12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: pg_dump: Add GCC noreturn attribute to appropriate functions
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Adjust expected regression test outputs for PL/python.