diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-04-19 17:14:09 -0400 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-04-19 17:14:09 -0400 |
| commit | 68c23cba341a0083afa8e30f0c43bf18cbd01bb7 (patch) | |
| tree | e2826accf7bda4171122511a67f93e02b02e5e55 /src/include/catalog/pg_extension.h | |
| parent | e5d83995e9f88426b325a7ea8ce0770926dc64de (diff) | |
| download | postgresql-68c23cba341a0083afa8e30f0c43bf18cbd01bb7.tar.gz | |
Improve consistency of comments in system catalog headers.
Use the term "system catalog" rather than "system relation" in assorted
places where it's clearly referring to a table rather than, say, an
index. Use more natural word order in the header boilerplate, improve
some of the one-liner catalog descriptions, and fix assorted random
deviations from the normal boilerplate. All purely neatnik-ism, but
why not.
John Naylor, some additional cleanup by me
Discussion: https://postgr.es/m/CAJVSVGUeJmFB3h-NJ18P32NPa+kzC165nm7GSoGHfPaN80Wxcw@mail.gmail.com
Diffstat (limited to 'src/include/catalog/pg_extension.h')
| -rw-r--r-- | src/include/catalog/pg_extension.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/pg_extension.h b/src/include/catalog/pg_extension.h index 10bbb692a5..c698ddd699 100644 --- a/src/include/catalog/pg_extension.h +++ b/src/include/catalog/pg_extension.h @@ -1,7 +1,7 @@ /*------------------------------------------------------------------------- * * pg_extension.h - * definition of the system "extension" relation (pg_extension) + * definition of the "extension" system catalog (pg_extension) * * * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group |
