From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Sun, 28 Aug 2016 21:44:29 +0000 (-0400)
Subject: Fix stray reference to the old genbki.sh script.
X-Git-Tag: REL9_6_RC1~5
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9595bffc59831cfca1339b4eca35eac39e188209;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.
  *
  *-------------------------------------------------------------------------