Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 556dfb5

Browse files
committed
Fix bogus comment emitted by make_oidjoins_check, per Greg Stark.
1 parent 0a7abcd commit 556dfb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/findoidjoins/make_oidjoins_check

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22

3-
# $PostgreSQL: pgsql/src/tools/findoidjoins/make_oidjoins_check,v 1.2 2006/03/11 04:38:42 momjian Exp $
3+
# $PostgreSQL: pgsql/src/tools/findoidjoins/make_oidjoins_check,v 1.3 2008/10/13 12:59:29 tgl Exp $
44

55
# You first run findoidjoins on the template1 database, and send that
66
# output into this script to generate a list of SQL statements.
@@ -54,7 +54,7 @@ $AWK -F'[ \.]' '\
5454
{
5555
printf "\
5656
--\n\
57-
-- This is created by pgsql/contrib/findoidjoins/make_oidjoin_check\n\
57+
-- This is created by pgsql/src/tools/findoidjoins/make_oidjoins_check\n\
5858
--\n";
5959
}
6060
{

0 commit comments

Comments
 (0)