Commit 556dfb5e authored by Tom Lane's avatar Tom Lane

Fix bogus comment emitted by make_oidjoins_check, per Greg Stark.

parent 0a7abcd4
#! /bin/sh #! /bin/sh
# $PostgreSQL: pgsql/src/tools/findoidjoins/make_oidjoins_check,v 1.2 2006/03/11 04:38:42 momjian Exp $ # $PostgreSQL: pgsql/src/tools/findoidjoins/make_oidjoins_check,v 1.3 2008/10/13 12:59:29 tgl Exp $
# You first run findoidjoins on the template1 database, and send that # You first run findoidjoins on the template1 database, and send that
# output into this script to generate a list of SQL statements. # output into this script to generate a list of SQL statements.
...@@ -54,7 +54,7 @@ $AWK -F'[ \.]' '\ ...@@ -54,7 +54,7 @@ $AWK -F'[ \.]' '\
{ {
printf "\ printf "\
--\n\ --\n\
-- This is created by pgsql/contrib/findoidjoins/make_oidjoin_check\n\ -- This is created by pgsql/src/tools/findoidjoins/make_oidjoins_check\n\
--\n"; --\n";
} }
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment