pgsql: Small refactoring

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Small refactoring
Date: 2018-03-23 21:19:47
Message-ID: E1ezU6F-0005gc-MK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Small refactoring

Put the "atomic" argument of ExecuteDoStmt() and ExecuteCallStmt() into
a variable instead of repeating the formula.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/52f3a9d6a32c0c070a15486c3aecbc4405d2da88

Modified Files
--------------
src/backend/tcop/utility.c | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2018-03-24 03:36:06 pgsql: Don't qualify type pg_catalog.text in extend-extensions-example.
Previous Message Tom Lane 2018-03-23 20:48:43 Re: pgsql: Fix interaction of Perl and stdbool.h