OSDN Git Service

Add pginterface into main tree, called pgeasy.
authorBruce Momjian <bruce@momjian.us>
Mon, 11 Oct 1999 17:47:02 +0000 (17:47 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 11 Oct 1999 17:47:02 +0000 (17:47 +0000)
commit676404d5dc9a98884a99916ec9b6801b32df2bca
tree1450a01fccf5ba5ece41dd849b7ced67458b36cb
parent6da92d94bcb085cb89b96d923777b18d286911bf
Add pginterface into main tree, called pgeasy.
19 files changed:
contrib/README
contrib/findoidjoins/README
contrib/pginterface/Makefile [deleted file]
contrib/pginterface/README [deleted file]
src/configure.in
src/interfaces/Makefile
src/interfaces/libpgtcl/Makefile.in
src/interfaces/libpq/Makefile.in
src/interfaces/pgeasy/Makefile.in [new file with mode: 0644]
src/interfaces/pgeasy/README [new file with mode: 0644]
src/interfaces/pgeasy/examples/Makefile [new file with mode: 0644]
src/interfaces/pgeasy/examples/pginsert.c [moved from contrib/pginterface/pginsert.c with 98% similarity]
src/interfaces/pgeasy/examples/pgnulltest.c [moved from contrib/pginterface/pgnulltest.c with 99% similarity]
src/interfaces/pgeasy/examples/pgwordcount.c [moved from contrib/pginterface/pgwordcount.c with 97% similarity]
src/interfaces/pgeasy/halt.c [moved from contrib/pginterface/halt.c with 100% similarity]
src/interfaces/pgeasy/halt.h [moved from contrib/pginterface/halt.h with 100% similarity]
src/interfaces/pgeasy/pgeasy.3 [moved from contrib/pginterface/pginterface.3 with 87% similarity]
src/interfaces/pgeasy/pgeasy.c [moved from contrib/pginterface/pginterface.c with 99% similarity]
src/interfaces/pgeasy/pgeasy.h [moved from contrib/pginterface/pginterface.h with 100% similarity]