From: | Marina Polyakova <m(dot)polyakova(at)postgrespro(dot)ru> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Add support for printing/reading MergeAction nodes |
Date: | 2018-04-04 15:13:23 |
Message-ID: | c4c0490de97d95f76ce35f1f2725a60b@postgrespro.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello, hackers!
When debugging is enabled for server logging, isolation tests fail
because there're no corresponding output functions for InsertStmt /
DeleteStmt / UpdateStmt that are used in the output of the MergeAction
nodes (see the attached regressions diffs and output). I also attached a
try that makes the tests pass. Sorry if I missed that it was already
discussed somewhere.
--
Marina Polyakova
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
Attachment | Content-Type | Size |
---|---|---|
diff.patch | text/x-diff | 4.7 KB |
regression.diffs | text/x-diff | 26.0 KB |
regression.out | text/plain | 3.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Antonis Iliopoulos | 2018-04-04 15:23:31 | Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS |
Previous Message | Teodor Sigaev | 2018-04-04 14:56:54 | Re: Postgres stucks in deadlock detection |