Fix stray reference to the old genbki.sh script.

Per Tomas Vondra.
This commit is contained in:
Tom Lane 2016-08-28 17:44:29 -04:00
parent 1e17ceba09
commit 9595bffc59

View File

@ -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.
*
*-------------------------------------------------------------------------