Should shared_preload_libraries be loaded during binary upgrade? - Mailing list pgsql-hackers

From Dilip Kumar
Subject Should shared_preload_libraries be loaded during binary upgrade?
Date
Msg-id CAFiTN-vSqgk1zVbXArzUu7OyBDF6LK-uWynEyDgNe48L0=Y7RQ@mail.gmail.com
Whole thread Raw
Responses Re: Should shared_preload_libraries be loaded during binary upgrade?
List pgsql-hackers
Does it make sense to load "shared_preload_libraries" during binary
upgrade mode?

An extension might unintentionally interfere with pg_upgrade, for
example, by connecting to the 'postgres' database, which can cause the
upgrade to fail as the restore needs to drop that database. While it's
true that extensions should ideally handle this themselves, wouldn't
it be safer if we could avoid loading them at all during the binary
upgrade mode?

-- 
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Junwang Zhao
Date:
Subject: Re: Introduce some randomness to autovacuum
Next
From: David Rowley
Date:
Subject: Re: Introduce some randomness to autovacuum