On 06.03.26 17:44, Jeff Davis wrote:
CREATE SUBSCRIPTION ... SERVER.
In src/backend/foreign/foreign.c, this
volatile text *connection_text = NULL;
should probably be
text *volatile connection_text = NULL;
similar to commit 6307b096e25.
On 06.03.26 17:44, Jeff Davis wrote:
CREATE SUBSCRIPTION ... SERVER.
In src/backend/foreign/foreign.c, this
volatile text *connection_text = NULL;
should probably be
text *volatile connection_text = NULL;
similar to commit 6307b096e25.