pgsql: Process session_preload_libraries within InitPostgres's transact

2022-07-25 Thread Tom Lane
Process session_preload_libraries within InitPostgres's transaction. Previously we did this after InitPostgres, at a somewhat randomly chosen place within PostgresMain. However, since commit a0ffa885e doing this outside a transaction can cause a crash, if we need to check permissions while replac

pgsql: Process session_preload_libraries within InitPostgres's transact

2022-07-25 Thread Tom Lane
Process session_preload_libraries within InitPostgres's transaction. Previously we did this after InitPostgres, at a somewhat randomly chosen place within PostgresMain. However, since commit a0ffa885e doing this outside a transaction can cause a crash, if we need to check permissions while replac