const-ify functions used with completion_matches(), to suppress
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Apr 2003 20:18:16 +0000 (20:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Apr 2003 20:18:16 +0000 (20:18 +0000)
commitc19354dfb5f09124dc4fcedfacc2205eb227ebb8
treec82327eb74c5830698c2d22e683cc27a318e6afb
parent906dce04642cc32112e7011b3812ea7333930621
const-ify functions used with completion_matches(), to suppress
cast-away-const warnings from compilers pickier than gcc.
src/bin/psql/tab-complete.c