reshke opened a new pull request, #1585:
URL: https://github.com/apache/cloudberry/pull/1585
There was a problem in GPDB/Cloudberry with DROP tablespace and create+drop
database in-between.
From 2f0a2f8 commit message:
```
CREATE DATABASE
DROP DATABASE
DROP TABLESPACE
If, after replaying the last WAL record and removing the
tablespace directory, the standby crashes and has to replay the
create database record again, crash recovery must be able to continue.
```
This problem was fixed in gpdb by
https://github.com/apache/cloudberry/commit/7a09e80d498dbcb90e954519e3a6cd826569b14a
Its commit message says ```
Let's revert or update the code change after the solution is finalized on
upstream.```
Actually, later, fix to upstream (PostgreSQL) was committed, and this fix is
little different from our.
This PR revert commit 7a09e80 and applies upstreams fix.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]