Re: BUG #15310: pg_upgrade dissociates event triggers from extensions
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: Haribabu Kommi <kommi.haribabu@gmail.com>, nickbarnes01@gmail.com,
pgsql-bugs@lists.postgresql.org
Date: 2018-08-07T20:38:03Z
Lists: pgsql-bugs
Michael Paquier <michael@paquier.xyz> writes: > That sounds like a bug to me. Could you add more tests to > src/test/modules/test_pg_dump with an event trigger part of an extension > with a binary upgrade test? It doesn't seem especially useful to me to lock this particular barn door behind the horse. What would be great is a way of cross-checking that the grammar, pg_dump, and the various callers of recordDependencyOnCurrentExtension are all on the same page about which objects can be extension members. I see no way to automate that unfortunately :-( regards, tom lane
Commits
-
Don't record FDW user mappings as members of extensions.
- f5973ac768df 9.3.25 landed
- 33c5d3bf85d7 9.4.20 landed
- 74c877e8db23 9.5.15 landed
- f3ed5364e666 9.6.11 landed
- 9446d7157740 10.6 landed
- ea1b65971066 11.0 landed
- 9b7c56d6cba9 12.0 landed
-
Fix pg_upgrade to handle event triggers in extensions correctly.
- fb4e0e8960e0 9.4.20 landed
- dfffe651e258 9.3.25 landed
- c9dacdb1c942 10.6 landed
- 92d5dd36ecf8 9.6.11 landed
- 91f6ec2994ff 9.5.15 landed
- 187331fefdb0 11.0 landed
- 03838b804905 12.0 landed