Thread: pgsql: postgres_fdw: Move comments about elog level in (sub)abort clean

pgsql: postgres_fdw: Move comments about elog level in (sub)abort clean

From
Etsuro Fujita
Date:
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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8c7be8688309dd7f30f313d3b312b31f64e93497

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


Re: pgsql: postgres_fdw: Move comments about elog level in (sub)abort clean

From
Etsuro Fujita
Date:
On Wed, Oct 13, 2021 at 7:12 PM Etsuro Fujita <efujita@postgresql.org> wrote:
> 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.

I found out I was wrong: the comments moved by this commit were
added/misplaced by commit ae9bfc5d6, not when adding postgres_fdw.
Sorry for that.

Best regards,
Etsuro Fujita