]> granicus.if.org Git - postgresql/commit
Makefile cleaned up
authorMarc G. Fournier <scrappy@hub.org>
Wed, 17 Dec 1997 04:44:50 +0000 (04:44 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 17 Dec 1997 04:44:50 +0000 (04:44 +0000)
commit9ef6b32c4711f16b93cd51ce4bcf48c06a53f729
treea24c1b56e0e4e591bfd1abd613173b71ec87da77
parente2d9501094815b141eff6c9338897068eb5868db
Makefile cleaned up

async.c: #include <port-protos.h> surrounded by an #ifdef HAVE_STRDUP

vacuum.c: #include <port-protos.h> commented out...can someone comment as
          to why it was included, as it doesn't seem to have any effect
          under FreeBSD so far...would like some sort of #ifdef wrapper
          like async.c if possible
src/backend/commands/Makefile
src/backend/commands/async.c
src/backend/commands/vacuum.c