1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-08 11:42:09 +03:00

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 39d866433e
commit b899ccbb49

View File

@ -9,7 +9,7 @@
* src/include/catalog/pg_foreign_table.h * src/include/catalog/pg_foreign_table.h
* *
* NOTES * 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. * information from the DATA() statements.
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------