Cannot rely on %z printf length modifier.
Before version 9.4, we didn't require sprintf to support the %z length
modifier. Use %lu instead.
Reported by Peter Eisentraut. Apply to 9.3 and earlier.
Branch
--
REL9_2_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/0fb250dae751c6b
Cannot rely on %z printf length modifier.
Before version 9.4, we didn't require sprintf to support the %z length
modifier. Use %lu instead.
Reported by Peter Eisentraut. Apply to 9.3 and earlier.
Branch
--
REL9_0_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/64a628576700f9a
Cannot rely on %z printf length modifier.
Before version 9.4, we didn't require sprintf to support the %z length
modifier. Use %lu instead.
Reported by Peter Eisentraut. Apply to 9.3 and earlier.
Branch
--
REL9_3_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/3cd085ee251ba14
Cannot rely on %z printf length modifier.
Before version 9.4, we didn't require sprintf to support the %z length
modifier. Use %lu instead.
Reported by Peter Eisentraut. Apply to 9.3 and earlier.
Branch
--
REL9_1_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/525510aea55e7c1
On 10/04/2014 05:10 PM, Alvaro Herrera wrote:
Peter Eisentraut wrote:
On 10/4/14 12:59 AM, Tom Lane wrote:
Peter Eisentraut writes:
We don't have portable support for %zu formats until 9.4. The
backpatches to 9.3 and earlier need to use %lu.
Good point --- and something that seems like it'l
All,
* Andres Freund ([email protected]) wrote:
> Refactor replication connection code of various pg_basebackup utilities.
>
> Move some more code to manage replication connection command to
> streamutil.c. A later patch will introduce replication slot via
> pg_receivexlog and this avoid duplica
On 2014-10-05 09:49:31 -0400, Stephen Frost wrote:
> All,
>
> * Andres Freund ([email protected]) wrote:
> > Refactor replication connection code of various pg_basebackup utilities.
> >
> > Move some more code to manage replication connection command to
> > streamutil.c. A later patch will intro
* Andres Freund ([email protected]) wrote:
> On 2014-10-05 09:49:31 -0400, Stephen Frost wrote:
> > > Move some more code to manage replication connection command to
> > > streamutil.c. A later patch will introduce replication slot via
> > > pg_receivexlog and this avoid duplicating relevant code
On Sun, Oct 5, 2014 at 10:49 PM, Stephen Frost wrote:
> Coverity is complaining that the new Create/DropReplicatSlot functions
> leak, which is technically correct (though the cases where that happens
> end up being more-or-les immediate-exit cases anyway). In any case,
> here's a patch to clean
Update 9.4 release notes for commits through today.
Add entries for recent changes, including noting the JSONB format change
and the recent timezone data changes. We should remove those two items
before 9.4 final: the JSONB change will be of no interest in the long
run, and it's not normally our
Update 9.4 release notes for commits through today.
Add entries for recent changes, including noting the JSONB format change
and the recent timezone data changes. We should remove those two items
before 9.4 final: the JSONB change will be of no interest in the long
run, and it's not normally our
Translation updates
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/1ec4a970fe6b996cba765a7e9c1897c00bf6c968
Modified Files
--
src/backend/po/de.po | 2944 +--
src/backend/po/it.po | 8899 +++-
Translation updates
Branch
--
REL9_4_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/6af3a67235ba6d31819bc7e4a2dae151721dc257
Modified Files
--
src/backend/po/de.po | 2944 +--
src/backend/po/it.po | 8899 +++--
13 matches
Mail list logo