OSDN Git Service

Make the printing code somewhat more independent by not relying on
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 18 Mar 2003 22:15:44 +0000 (22:15 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 18 Mar 2003 22:15:44 +0000 (22:15 +0000)
commitcf1cf8964925cd36dc7bf034a968a4e44ede382a
treef80bcdd31d3af6f1783ea382e277130db22d6093
parent9384dc6e597baf53d3aa07343163ec7011e6181a
Make the printing code somewhat more independent by not relying on
functions and global variables from the rest of psql.  Also clean up some
data type mismatches created by the last pager patch.
src/bin/psql/command.c
src/bin/psql/common.c
src/bin/psql/common.h
src/bin/psql/help.c
src/bin/psql/help.h
src/bin/psql/mbprint.c
src/bin/psql/mbprint.h
src/bin/psql/print.c
src/bin/psql/print.h
src/bin/psql/startup.c