diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-08-03 14:02:35 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-08-03 14:02:35 -0400 |
commit | 72ca61101ad4076941f175b50cc86e6372023034 (patch) | |
tree | 86213fe4fc59286ad47ea89ce3a9b896033df991 /src/backend/executor/execParallel.c | |
parent | 6d78f219e8afc57b6ca3765eb2dfa1b8fe095ddc (diff) | |
download | postgresql-72ca61101ad4076941f175b50cc86e6372023034.tar.gz postgresql-72ca61101ad4076941f175b50cc86e6372023034.zip |
Remove unnecessary "DISTINCT" in psql's queries for \dAc and \dAf.
A moment's examination of these queries is sufficient to see that
they do not produce duplicate rows, unless perhaps there's
catalog corruption. Using DISTINCT anyway is inefficient and
confusing; moreover it sets a poor example for anyone who
refers to psql -E output to see how to query the catalogs.
Diffstat (limited to 'src/backend/executor/execParallel.c')
0 files changed, 0 insertions, 0 deletions