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_shdescription.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_shdescription.h')
| -rw-r--r-- | src/include/catalog/pg_shdescription.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/pg_shdescription.h b/src/include/catalog/pg_shdescription.h index 00fd0e0e54..53cade1548 100644 --- a/src/include/catalog/pg_shdescription.h +++ b/src/include/catalog/pg_shdescription.h @@ -1,7 +1,7 @@ /*------------------------------------------------------------------------- * * pg_shdescription.h - * definition of the system "shared description" relation + * definition of the "shared description" system catalog * (pg_shdescription) * * Because the contents of this table are taken from the *.dat files |
