[PATCH] pgbench - refactor some connection finish/null into common function

From: "Rady, Doug" <radydoug(at)amazon(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH] pgbench - refactor some connection finish/null into common function
Date: 2018-01-29 23:20:48
Message-ID: 6323D83C-9FDA-4EE1-B0ED-6971E585066A@amazon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This patch refactors all of the connection state PQfinish() and NULL’ing into a single function.
Excludes PQfinish() in doConnect().
This came out of earlier ppoll() work where this was felt to be worthwhile but not directly relevant to that change.

doug

Attachment Content-Type Size
pgbench11-finishCon-v1.patch application/octet-stream 1.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2018-01-29 23:24:12 Re: JIT compiling with LLVM v9.0
Previous Message Tomas Vondra 2018-01-29 23:16:46 Re: JIT compiling with LLVM v9.0