Use type "int64" for memory accounting in tuplesort.c/tuplestore.c.
Commit 263865a48973767ce8ed7b7788059a38a24a9f37 switched tuplesort.c and
tuplestore.c variables representing memory usage from type "long" to
type "Size". This was unnecessary; I thought doing so avoided overflow
scenarios on 64-
Fix typo in comment.
Michael Paquier
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/7842d41df56ab8ad9aff76bc5bd8e96c3d215cde
Modified Files
--
src/backend/access/heap/tuptoaster.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
Sent vi
Add C comment about \copy bug in CSV mode
Comment: This code erroneously assumes '\.' on a line alone inside a
quoted CSV string terminates the \copy.
http://www.postgresql.org/message-id/[email protected]
Branch
--
master
Details
---
http://git.postgresql.org/pg/c
Add contrib function references in the doc index
Backpatch to 9.3.
Idea from Craig Ringer
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/20a1b9e71b18ba823858597dfd445174451ff5e7
Modified Files
--
doc/src/sgml/dblink.sgml | 76
Add contrib function references in the doc index
Backpatch to 9.3.
Idea from Craig Ringer
Branch
--
REL9_3_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/8b4c798973033156db58dbca3b605e1045cc587d
Modified Files
--
doc/src/sgml/dblink.sgml | 76 +
Add new GUC, max_worker_processes, limiting number of bgworkers.
In 9.3, there's no particular limit on the number of bgworkers;
instead, we just count up the number that are actually registered,
and use that to set MaxBackends. However, that approach causes
problems for Hot Standby, which needs
docs: Clarify flag dependencies for background workers.
BGWORKER_BACKEND_DATABASE_CONNECTION can only be used if
BGWORKER_SHMEM_ACCESS is also used.
Michael Paquier, with some tweaks by me.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/5cbe935c9d6046f5600ff2e083b4
docs: Clarify flag dependencies for background workers.
BGWORKER_BACKEND_DATABASE_CONNECTION can only be used if
BGWORKER_SHMEM_ACCESS is also used.
Michael Paquier, with some tweaks by me.
Branch
--
REL9_3_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/cdaf7bde971b592839cbc
doc: Fix typo in event trigger documentation
From: Dimitri Fontaine
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/0d1795680d57d5997c244410e4d8a2eca22ae903
Modified Files
--
doc/src/sgml/event-trigger.sgml |2 +-
1 file changed, 1 insertion(+), 1 de
doc: Fix typo in event trigger documentation
From: Dimitri Fontaine
Branch
--
REL9_3_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/f960fae017635a8c212ccd2168f091ea73564150
Modified Files
--
doc/src/sgml/event-trigger.sgml |2 +-
1 file changed, 1 insertion(+
10 matches
Mail list logo