Document that postmaster.opts is excluded from base backups
Fujii Masao
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/3716ab2c0c87e9a7c03ce86799006accb674ca6f
Modified Files
--
doc/src/sgml/protocol.sgml |5 +
1 files changed, 5 insertions(+), 0
Document that postmaster.opts is excluded from base backups
Fujii Masao
Branch
--
REL9_1_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/13a867825a0aafb7f9b417cc4e52cd5d8988eabc
Modified Files
--
doc/src/sgml/protocol.sgml |5 +
1 files changed, 5 insertion
Suppress remaining -Waddress warnings from recent gcc versions.
Still an exercise in satisfying pedants.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/e331c60ea727f998eb1023e8a2c468692d10032e
Modified Files
--
src/bin/psql/psqlscan.l|2
Suppress -Wunused-result warnings about write() and fwrite().
This is merely an exercise in satisfying pedants, not a bug fix, because
in every case we were checking for failure later with ferror(), or else
there was nothing useful to be done about a failure anyway. Document
the latter cases.
Br
Make the CHECKPOINT reference page more clear.
Josh Kupershmidt, reviewed by Fujii Masao
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/c53d3a9ee1b1c85c7d905fb8ca80d327a55f1dfb
Modified Files
--
doc/src/sgml/ref/checkpoint.sgml | 28 ++
Reject empty pg_hba.conf files.
An empty HBA file is surely an error, since it means there is no way to
connect to the server. We've not heard identifiable reports of people
actually doing that, but this will also close off the case Thom Brown just
complained of, namely pointing hba_file at a dir
Remove unnecessary AssertMacro() to suppress gcc 4.6 compiler warning.
There's no particular value in doing AssertMacro((tup) != NULL) in front
of code that's certain to crash anyway if tup is NULL. And if "tup" is
actually the address of a local variable, gcc 4.6 whinges about it. That's
arguab
Fix pg_dump to dump casts between auto-generated types.
The heuristic for when to dump a cast failed for a cast between table
rowtypes, as reported by Frédéric Rejol. Fix it by setting
the "dump" flag for such a type the same way as the flag is set for the
underlying table or base type. This won
Fix pg_dump to dump casts between auto-generated types.
The heuristic for when to dump a cast failed for a cast between table
rowtypes, as reported by Frédéric Rejol. Fix it by setting
the "dump" flag for such a type the same way as the flag is set for the
underlying table or base type. This won
Fix pg_dump to dump casts between auto-generated types.
The heuristic for when to dump a cast failed for a cast between table
rowtypes, as reported by Frédéric Rejol. Fix it by setting
the "dump" flag for such a type the same way as the flag is set for the
underlying table or base type. This won
Fix pg_dump to dump casts between auto-generated types.
The heuristic for when to dump a cast failed for a cast between table
rowtypes, as reported by Frédéric Rejol. Fix it by setting
the "dump" flag for such a type the same way as the flag is set for the
underlying table or base type. This won
Fix pg_dump to dump casts between auto-generated types.
The heuristic for when to dump a cast failed for a cast between table
rowtypes, as reported by Frédéric Rejol. Fix it by setting
the "dump" flag for such a type the same way as the flag is set for the
underlying table or base type. This won
Exclude postmaster.opts from base backups
Noted by Fujii Masao
Branch
--
REL9_1_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/8c1501b292895bb883eaf6663934e9f7c45b043d
Modified Files
--
src/backend/replication/basebackup.c |5 +++--
1 files changed, 3 insertio
Exclude postmaster.opts from base backups
Noted by Fujii Masao
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/d1e25b78f9988b9917de2818febcbf6c845c6ceb
Modified Files
--
src/backend/replication/basebackup.c |5 +++--
1 files changed, 3 insertions(+),
Log Message:
---
Revert wrong codes for 9.1 support.
Modified Files:
--
textsearch_senna:
textsearch_senna.c (r1.19 -> r1.20)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_senna/textsearch_senna.c?r1=1.19&r2=1.20)
textsearch_senn
15 matches
Mail list logo