Re: pgsql: Allow concurrent-safe open() and fopen() in frontend code for Wi - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Allow concurrent-safe open() and fopen() in frontend code for Wi
Date
Msg-id 23543.1536938575@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Allow concurrent-safe open() and fopen() in frontend code forWi  (Michael Paquier <michael@paquier.xyz>)
Responses Re: pgsql: Allow concurrent-safe open() and fopen() in frontend codefor Wi  (Michael Paquier <michael@paquier.xyz>)
List pgsql-committers
Michael Paquier <michael@paquier.xyz> writes:
> Allow concurrent-safe open() and fopen() in frontend code for Windows

I'm surprised you didn't back-patch this --- isn't it a bug fix?

A compromise might be to push it to v11 but not further.

            regards, tom lane


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Don't allow LIMIT/OFFSET clause within sub-selects to bepushed
Next
From: Andrew Gierth
Date:
Subject: pgsql: Order active window clauses for greater reuse of Sort nodes.