OSDN Git Service

Code cleanup: mark some variables with the "const" modifier, when they
authorNeil Conway <neilc@samurai.com>
Sun, 18 Mar 2007 16:50:44 +0000 (16:50 +0000)
committerNeil Conway <neilc@samurai.com>
Sun, 18 Mar 2007 16:50:44 +0000 (16:50 +0000)
commit7221b4fa50e6d21e9536e02afd4fb6412c61d324
treef18ccdbb7a1edd2ef5700e356830974e6a789d3c
parentb9954fbb4ef25fb1ea173d26017d4d128dd15be5
Code cleanup: mark some variables with the "const" modifier, when they
are initialized with a string literal. Patch from Stefan Huehner.
src/backend/utils/adt/ruleutils.c
src/bin/initdb/initdb.c
src/bin/pg_controldata/pg_controldata.c
src/bin/pg_ctl/pg_ctl.c
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_backup_custom.c
src/bin/pg_dump/pg_backup_files.c
src/bin/pg_dump/pg_backup_tar.c
src/bin/pg_dump/pg_dump_sort.c
src/bin/psql/describe.c