From 8984e2264dac80485664e5500a4689cbb0c772fd Mon Sep 17 00:00:00 2001 From: Daniel Farina Date: Mon, 14 Jul 2014 15:08:49 -0700 Subject: [PATCH] Fix out date comment --- integration/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/Makefile b/integration/Makefile index 82cbb56..4968cd4 100755 --- a/integration/Makefile +++ b/integration/Makefile @@ -9,7 +9,7 @@ testdb: $(TMP)testdb $(TMP)serves.new # Everything below here is a monstrous hack to make playing with the # toolchain a bit easier. If one sets -# PGSRCDIR=/a/local/git/repo/with/postgres then typing "make testdb" +# PGSRC=/a/local/git/repo/with/postgres then typing "make testdb" # should copy in Postgres, configure, install it locally, check out # the pg_logfebe extension, compile and install *that*, initdb, and # then configure that initdb's postgresql.conf to load the extension