pgsql-server/src/bin/psql tab-complete.c

Started by Tom Laneover 23 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 03/04/03 15:18:16

Modified files:
src/bin/psql : tab-complete.c

Log message:
const-ify functions used with completion_matches(), to suppress
cast-away-const warnings from compilers pickier than gcc.