postgresql/src/bin/psql
Tom Lane 588d963b00 Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.
Per discussion, we want to create a static library and put the stuff into
it that until now has been shared across src/bin/ directories by ad-hoc
methods like symlinking a source file.  This commit creates the library and
populates it with a couple of files that contain the widely-useful portions
of pg_dump's dumputils.c file.  dumputils.c survives, because it has some
stuff that didn't seem appropriate for fe_utils, but it's significantly
smaller and is no longer referenced from any other directory.

Follow-on patches will move more stuff into fe_utils.

The Mkvcbuild.pm hacking here is just a best guess; we'll see how the
buildfarm likes it.
2016-03-24 15:55:57 -04:00
..
po
.gitignore Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 2016-03-24 15:55:57 -04:00
command.c Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 2016-03-24 15:55:57 -04:00
command.h
common.c
common.h
copy.c Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 2016-03-24 15:55:57 -04:00
copy.h
create_help.pl
describe.c Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 2016-03-24 15:55:57 -04:00
describe.h
help.c
help.h
input.c
input.h
large_obj.c
large_obj.h
mainloop.c
mainloop.h
Makefile Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 2016-03-24 15:55:57 -04:00
mbprint.c
mbprint.h
nls.mk
print.c
print.h
prompt.c
prompt.h
psqlrc.sample
psqlscan_int.h
psqlscan.h
psqlscan.l
psqlscanslash.h
psqlscanslash.l
settings.h
startup.c
stringutils.c
stringutils.h
tab-complete.c
tab-complete.h
variables.c
variables.h