| From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
|---|---|
| To: | Michael Meskes <meskes(at)postgresql(dot)org> |
| Cc: | PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: [COMMITTERS] pgsql: Add test case for two phase commit. Also by Masahiko Sawada. |
| Date: | 2017-03-14 06:18:43 |
| Message-ID: | CAB7nPqTXK9Qn8TmonPf29jNXGw_CA3fTDaRfgnbHCFYr-Tx6qw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
On Tue, Mar 14, 2017 at 5:04 AM, Michael Meskes <meskes(at)postgresql(dot)org> wrote:
> Add test case for two phase commit. Also by Masahiko Sawada.
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/pg/commitdiff/42fcad68a9c0e0ebecf6842888723cad1f9d5be2
>
> Modified Files
> --------------
> src/interfaces/ecpg/test/ecpg_schedule | 1 +
> src/interfaces/ecpg/test/expected/sql-twophase.c | 114 +++++++++++++++++++++
> .../ecpg/test/expected/sql-twophase.stderr | 34 ++++++
> .../ecpg/test/expected/sql-twophase.stdout | 0
> src/interfaces/ecpg/test/sql/Makefile | 1 +
> src/interfaces/ecpg/test/sql/twophase.pgc | 44 ++++++++
> 6 files changed, 194 insertions(+)
This patch has forgotten to update
src/interfaces/ecpg/test/sql/.gitignore with the new files generated.
Please see the patch attached.
--
Michael
| Attachment | Content-Type | Size |
|---|---|---|
| fix-ecpg-gitignore.patch | application/octet-stream | 292 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Stephen Frost | 2017-03-14 11:37:01 | Re: [COMMITTERS] pgsql: Improve postmaster's logging of listen socket creation. |
| Previous Message | Tom Lane | 2017-03-14 03:43:13 | Re: [COMMITTERS] pgsql: Improve postmaster's logging of listen socket creation. |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Vaishnavi Prabakaran | 2017-03-14 06:50:19 | Re: PATCH: Batch/pipelining support for libpq |
| Previous Message | Beena Emerson | 2017-03-14 05:44:09 | Re: increasing the default WAL segment size |