From: Tom Lane Date: Sun, 28 Aug 2016 21:44:29 +0000 (-0400) Subject: Fix stray reference to the old genbki.sh script. X-Git-Tag: REL_10_BETA1~1810 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b899ccbb49cbcf8431b3af43fcf3faf91e6a28c6;p=postgresql Fix stray reference to the old genbki.sh script. Per Tomas Vondra. --- diff --git a/src/include/catalog/pg_foreign_table.h b/src/include/catalog/pg_foreign_table.h index e7b925b7c9..34690f3808 100644 --- a/src/include/catalog/pg_foreign_table.h +++ b/src/include/catalog/pg_foreign_table.h @@ -9,7 +9,7 @@ * src/include/catalog/pg_foreign_table.h * * NOTES - * the genbki.sh script reads this file and generates .bki + * the genbki.pl script reads this file and generates .bki * information from the DATA() statements. * *-------------------------------------------------------------------------