pgsql: Fix temporary object cleanup failing due to toast access without

2022-02-21 Thread Andres Freund
Fix temporary object cleanup failing due to toast access without snapshot. When cleaning up temporary objects during process exit the cleanup could fail with: FATAL: cannot fetch toast data without an active snapshot The bug is caused by RemoveTempRelationsCallback() not setting up a snapshot.

pgsql: Fix temporary object cleanup failing due to toast access without

2022-02-21 Thread Andres Freund
Fix temporary object cleanup failing due to toast access without snapshot. When cleaning up temporary objects during process exit the cleanup could fail with: FATAL: cannot fetch toast data without an active snapshot The bug is caused by RemoveTempRelationsCallback() not setting up a snapshot.

pgsql: Fix temporary object cleanup failing due to toast access without

2022-02-21 Thread Andres Freund
Fix temporary object cleanup failing due to toast access without snapshot. When cleaning up temporary objects during process exit the cleanup could fail with: FATAL: cannot fetch toast data without an active snapshot The bug is caused by RemoveTempRelationsCallback() not setting up a snapshot.

pgsql: Fix temporary object cleanup failing due to toast access without

2022-02-21 Thread Andres Freund
Fix temporary object cleanup failing due to toast access without snapshot. When cleaning up temporary objects during process exit the cleanup could fail with: FATAL: cannot fetch toast data without an active snapshot The bug is caused by RemoveTempRelationsCallback() not setting up a snapshot.

pgsql: Fix temporary object cleanup failing due to toast access without

2022-02-21 Thread Andres Freund
Fix temporary object cleanup failing due to toast access without snapshot. When cleaning up temporary objects during process exit the cleanup could fail with: FATAL: cannot fetch toast data without an active snapshot The bug is caused by RemoveTempRelationsCallback() not setting up a snapshot.

pgsql: Fix temporary object cleanup failing due to toast access without

2022-02-21 Thread Andres Freund
Fix temporary object cleanup failing due to toast access without snapshot. When cleaning up temporary objects during process exit the cleanup could fail with: FATAL: cannot fetch toast data without an active snapshot The bug is caused by RemoveTempRelationsCallback() not setting up a snapshot.