Re: pgsql: CREATE SUBSCRIPTION ... SERVER.

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Jeff Davis <jdavis(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: CREATE SUBSCRIPTION ... SERVER.
Date: 2026-03-11 07:37:13
Message-ID: 1bb21c7d-885f-4f07-a3ed-21b60d7c92c6@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2026-03-11 08:43:08 pgsql: Sort out table_open vs. relation_open in rewriter
Previous Message Andres Freund 2026-03-10 23:35:36 pgsql: Require share-exclusive lock to set hint bits and to flush