aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.h
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2021-04-21 11:54:47 +0200
committerPeter Eisentraut <peter@eisentraut.org>2021-04-21 11:54:47 +0200
commitd84ffffe582b8e036a14c6bc2378df29167f3a00 (patch)
treea2ca8090acc651e31813292452ff3cef921bd39b /contrib/postgres_fdw/postgres_fdw.h
parent39d0928a0e88426ee64189898565c40d4af9ad96 (diff)
downloadpostgresql-d84ffffe582b8e036a14c6bc2378df29167f3a00.tar.gz
postgresql-d84ffffe582b8e036a14c6bc2378df29167f3a00.zip
Add DISTINCT to information schema usage views
Since pg_depend can contain duplicate entries, we need to eliminate those in information schema views that build on pg_depend, using DISTINCT. Some of the older views already did that correctly, but some of the more recently added ones didn't. (In some of these views, it might not be possible to reproduce the issue because of how the implementation happens to deduplicate dependencies while recording them, but it seems better to keep this consistent in all cases.)
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.h')
0 files changed, 0 insertions, 0 deletions