pgsql: postgres_fdw: Move comments about elog level in (sub)abort clean - Mailing list pgsql-committers

From Etsuro Fujita
Subject pgsql: postgres_fdw: Move comments about elog level in (sub)abort clean
Date
Msg-id E1mabFC-0000z1-IR@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
postgres_fdw: Move comments about elog level in (sub)abort cleanup.

The comments were misplaced when adding postgres_fdw.  Fix that by
moving the comments to more appropriate functions.

Author: Etsuro Fujita
Backpatch-through: 9.6
Discussion: https://postgr.es/m/CAPmGK164sAXQtC46mDFyu6d-T25Mzvh5qaRNkit06VMmecYnOA%40mail.gmail.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c5b2d9c2a4d893a1a4488e9263bf70a444ba5847

Modified Files
--------------
contrib/postgres_fdw/connection.c | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix use-after-free with multirange types in CREATE TYPE
Next
From: Robert Haas
Date:
Subject: pgsql: Refactor some end-of-recovery code out of StartupXLOG().