BTW ... contrib/test_decoding fails with this patch.
--
Álvaro Herrerahttps://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
On 2019-Nov-15, Tom Lane wrote:
> If we add a GUC-check-hook test, then the problem of misconfiguration
> is reduced to the previously unsolved problem that we have crappy
> feedback for erroneous on-the-fly configuration changes. So it's
> still unsolved, but at least we've got one unsolved prob
The following review has been posted through the commitfest application:
make installcheck-world: tested, passed
Implements feature: tested, failed
Spec compliant: not tested
Documentation:tested, failed
* I had to replace heap_open/close with table_open/close to get t
> On 12 Nov 2019, at 19:33, Andres Freund wrote:
Thanks for reviewing!
> On 2019-11-12 16:25:06 +0100, Daniel Gustafsson wrote:
>>> On 11 Nov 2019, at 09:32, Michael Paquier wrote:
>>
>>> This part has resulted in 75c1921, and we could just change
>>> DecodeMultiInsert() so as if there is no t
Hi,
I noticed that some of the source files does not include the copyright
information. Most of the files have included it, but few files have
not included it. I felt it should be included. The attached patch
contains the fix for including the copyright information in the source
files. Let me know
parveen mehta writes:
> I am researching whether an postgres installation can be done on Unix system
> services(USS) in z/OS. USS is a POSIX compliant OS on z/OS and i wonder if
> you have any experience with installing it there that you can share with me.
> I would be highly appreciative of yo
Moin,
On 2019-11-16 01:04, Peter Geoghegan wrote:
On Fri, Nov 15, 2019 at 5:16 AM Robert Haas
wrote:
Hmm. Well, maybe I'm just behind the times. But that same wikipedia
article also says that deduplication works on large chunks "such as
entire files or large sections of files" thus differentia
On Thu, Nov 7, 2019 at 5:13 PM Amit Kapila wrote:
>
> Some notes before commit:
> --
> 1.
> Commit message need to be changed for the first patch
> -
> A.
> > The memory limit is defined by
I am researching whether an postgres installation can be done on Unix system
services(USS) in z/OS. USS is a POSIX compliant OS on z/OS and i wonder if you
have any experience with installing it there that you can share with me. I
would be highly appreciative of your comments and thoughts.
Thank