Re: PG 14 release notes, first draft - Mailing list pgsql-hackers

From Masahiko Sawada
Subject Re: PG 14 release notes, first draft
Date
Msg-id CAD21AoCZ3RjpSyps=PjqOzaxFPDs9TUgALRT8Qvo72AQXjtZqg@mail.gmail.com
Whole thread Raw
In response to Re: PG 14 release notes, first draft  (Bruce Momjian <bruce@momjian.us>)
Responses Re: PG 14 release notes, first draft
List pgsql-hackers
On Tue, Jun 15, 2021 at 10:36 AM Bruce Momjian <bruce@momjian.us> wrote:
>
> On Tue, Jun 15, 2021 at 10:06:49AM +0900, Masahiko Sawada wrote:
> > On Mon, May 10, 2021 at 3:03 PM Bruce Momjian <bruce@momjian.us> wrote:
> > >
> > > I have committed the first draft of the PG 14 release notes.  You can
> > > see the most current  build of them here:
> > >
> > >         https://momjian.us/pgsql_docs/release-14.html
> > >
> >
> > It might have already been discussed but I think we should mention
> > commit bed90759f in the release note. The commit seems like a bug fix
> > but it not back-patched to the older versions at least for now. There
> > is a discussion[1] that we will revisit that a couple of months after
> > 14 is released so as there is some feedback from the field with this
> > change.
>
> OK, but I need more information on how users will see a difference based
> on this commit:

I think that since with this commit the server on Windows can handle a
file over 4GB, COPY FROM loading data from an over 4GB file and
pg_dump dumping a large table work now.

Regards,

-- 
Masahiko Sawada
EDB:  https://www.enterprisedb.com/



pgsql-hackers by date:

Previous
From: Julien Rouhaud
Date:
Subject: Re: Duplicate history file?
Next
From: Thomas Munro
Date:
Subject: Re: Isolation tests vs. SERIALIZABLE isolation level