Re: BUG #15310: pg_upgrade dissociates event triggers from extensions
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Haribabu Kommi <kommi.haribabu@gmail.com>
Cc: nickbarnes01@gmail.com, pgsql-bugs@lists.postgresql.org
Date: 2018-08-07T11:29:10Z
Lists: pgsql-bugs
On Tue, Aug 07, 2018 at 07:40:24PM +1000, Haribabu Kommi wrote: > Yes, I feel it is a bug. During the dump of the event trigger during > upgrade, it lost > the dependency on extension. 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 would be good to check as well if the other object types you have mentioned correctly work or not. -- Michael
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