diff options
author | Michael Paquier <michael@paquier.xyz> | 2018-09-20 08:54:37 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2018-09-20 08:54:37 +0900 |
commit | 40cfe86068f4c385517a8423cb8b3001e2f6a2fd (patch) | |
tree | 690e928b1c1ec4495500f0a4a2a02b08b1aa45a7 /src/backend/access/transam/parallel.c | |
parent | 0d38e4ebb7a136a4376536c7989bf8f61f052688 (diff) | |
download | postgresql-40cfe86068f4c385517a8423cb8b3001e2f6a2fd.tar.gz postgresql-40cfe86068f4c385517a8423cb8b3001e2f6a2fd.zip |
Enforce translation mode for Windows frontends to text with open/fopen
Allowing frontends to use concurrent-safe open() and fopen() via 0ba06e0
has the side-effect of switching the default translation mode from text
to binary, so the switch can cause breakages for frontend tools when the
caller of those new versions specifies neither binary and text. This
commit makes sure to maintain strict compatibility with past versions,
so as no frontends should see a difference when upgrading.
Author: Laurenz Albe
Reviewed-by: Michael Paquier, Tom Lane
Discussion: https://postgr.es/m/20180917140202.GF31460@paquier.xyz
Diffstat (limited to 'src/backend/access/transam/parallel.c')
0 files changed, 0 insertions, 0 deletions