diff options
| author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2017-12-21 19:07:32 -0300 |
|---|---|---|
| committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2017-12-21 19:07:32 -0300 |
| commit | 9373baa0f764392c504df034afd2f6b178c29491 (patch) | |
| tree | baf81224a03edefecfcc5d30c2a815dbc8a6351f /src/include/catalog/pg_partitioned_table.h | |
| parent | cce1ecfc77385233664de661d6a1b8b3c5d3d3f5 (diff) | |
| download | postgresql-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.h | 2 |
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. * *------------------------------------------------------------------------- |
