summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_partitioned_table.h
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2017-12-21 19:07:32 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2017-12-21 19:07:32 -0300
commit9373baa0f764392c504df034afd2f6b178c29491 (patch)
treebaf81224a03edefecfcc5d30c2a815dbc8a6351f /src/include/catalog/pg_partitioned_table.h
parentcce1ecfc77385233664de661d6a1b8b3c5d3d3f5 (diff)
downloadpostgresql-9373baa0f764392c504df034afd2f6b178c29491.tar.gz
Minor edits to catalog files and scripts
This fixes a few typos and small mistakes; it also cleans a few minor stylistic issues. The biggest functional change is that Gen_fmgrtab.pl no longer knows the OID of language 'internal'. Author: John Naylor Discussion: https://postgr.es/m/CAJVSVGXAkwbk-A9QHHHf00N905kKisyQbaYwKqaRpze_gPXGfg@mail.gmail.com
Diffstat (limited to 'src/include/catalog/pg_partitioned_table.h')
-rw-r--r--src/include/catalog/pg_partitioned_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/pg_partitioned_table.h b/src/include/catalog/pg_partitioned_table.h
index 525e541f93..731147ecbf 100644
--- a/src/include/catalog/pg_partitioned_table.h
+++ b/src/include/catalog/pg_partitioned_table.h
@@ -10,7 +10,7 @@
* src/include/catalog/pg_partitioned_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.
*
*-------------------------------------------------------------------------