Remove unused tzn arguments for timestamp2tm()
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/531e60aec02fa14d02185e42363b2277427e2119
Modified Files
--
src/backend/utils/adt/date.c |9 +++--
src/backend/utils/adt/timestamp.c | 26 +
Add const qualifier to tzn returned by timestamp2tm()
The tzn value might come from tm->tm_zone, which libc declares as
const, so it's prudent that the upper layers know about this as well.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/eb990a2b9efff853d0c68a9cf902b
sepgsql_setcon().
This is intended as infrastructure to allow sepgsql to cooperate with
connection pooling software, by allowing the effective security label
to be set for each new connection.
KaiGai Kohei, reviewed by Yeb Havinga.
Branch
--
master
Details
---
http://git.postgresql.org/
Copy editing of sepgsql documentation.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/d0ed9efdf713f1bd8cdb5897d3f0c825986ff3b4
Modified Files
--
doc/src/sgml/sepgsql.sgml | 112 ++---
1 files changed, 54 insertions
A couple more fixes for the sepgsql documentation.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/4012810a688f37ea12159f93d3ab0a1ed47ca3dc
Modified Files
--
doc/src/sgml/sepgsql.sgml |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
--
Se