1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-07 12:02:30 +03:00
Files
postgres/src/backend
Tom Lane 171cae1579 Fix bogus logic for skipping unnecessary partcollation dependencies.
The idea here is to not call recordDependencyOn for the default collation,
since we know that's pinned.  But what the code actually did was to record
the partition key's dependency on the opclass twice, instead.

Evidently introduced by sloppy coding in commit 2186b608b.  Back-patch
to v10 where that came in.
2018-12-13 15:11:16 -05:00
..
2018-01-02 23:30:12 -05:00
2018-11-05 14:43:50 +01:00
2018-08-21 15:17:25 +09:00
2018-08-27 09:34:35 +12:00
2018-11-29 14:14:52 +13:00
2018-03-30 17:33:04 -07:00
2018-09-17 08:40:36 +02:00