Fix some minor issues in view pretty-printing.
Code review for commit 2f582f76b1945929ff07116cd4639747ce9bb8a1: don't use
a static variable for what ought to be a deparse_context field, fix
non-multibyte-safe test for spaces, avoid useless and potentially O(N^2)
(though admittedly with a very smal
Fix some minor issues in view pretty-printing.
Code review for commit 2f582f76b1945929ff07116cd4639747ce9bb8a1: don't use
a static variable for what ought to be a deparse_context field, fix
non-multibyte-safe test for spaces, avoid useless and potentially O(N^2)
(though admittedly with a very smal
Update comments on rd_newRelfilenodeSubid.
Ensure comments accurately reflect state of code
given new understanding, and recent changes.
Include example code from Noah Misch to
illustrate how rd_newRelfilenodeSubid can be
reset deterministically. No code changes.
Branch
--
master
Details
Keep rd_newRelfilenodeSubid across overflow.
Teach RelationCacheInvalidate() to keep rd_newRelfilenodeSubid across rel cache
message overflows, so that behaviour is now fully deterministic.
Noah Misch
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/ae9aba69a8608c6e5d
Fix more weird compiler messages caused
by unmatched function prototypes.
Andres Freund
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/42fa810c144cb76c911cc664244bc369911eb840
Modified Files
--
src/include/commands/event_trigger.h |4 ++--
src/includ
Hi,
On 2012-12-24 12:52:26 +, Simon Riggs wrote:
> On 23 December 2012 21:49, Robert Haas wrote:
> > Adjust many backend functions to return OID rather than void.
> >
> > Extracted from a larger patch by Dimitri Fontaine. It is hoped that
> > this will provide infrastructure for enriching th
On 23 December 2012 21:49, Robert Haas wrote:
> Adjust many backend functions to return OID rather than void.
>
> Extracted from a larger patch by Dimitri Fontaine. It is hoped that
> this will provide infrastructure for enriching the new event trigger
> functionality, but it seems possibly usefu
Add function prototype from previous commit.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/2dcb2ebee2ec830fbe547459b2176238efc2a3e0
Modified Files
--
src/include/catalog/pg_aggregate.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
Sen