CVSROOT: /cvsrootModule name: pgsql-serverChanges 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.