[COMMITTERS] pgsql: Fix over-aggressive sanity check in misc_sanity.sql.

2017-08-28 Thread Tom Lane
Fix over-aggressive sanity check in misc_sanity.sql. Fix thinko in commit 8be8510cf: it's okay to have dbid == 0 in normal (non-pin) entries in pg_shdepend, because global objects such as databases are entered that way. The test would pass so long as it was run in a cluster containing no database

[COMMITTERS] pgsql: Fix over-aggressive sanity check in misc_sanity.sql.

2017-08-28 Thread Tom Lane
Fix over-aggressive sanity check in misc_sanity.sql. Fix thinko in commit 8be8510cf: it's okay to have dbid == 0 in normal (non-pin) entries in pg_shdepend, because global objects such as databases are entered that way. The test would pass so long as it was run in a cluster containing no database