pgsql: Adjust indentation in src/backend/optimizer/README.

From: Etsuro Fujita <efujita(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adjust indentation in src/backend/optimizer/README.
Date: 2020-05-22 06:47:51
Message-ID: E1jc1TD-0008BO-HL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust indentation in src/backend/optimizer/README.

The previous indentation of optimizer functions was unclear; adjust the
indentation dashes so that a deeper level of indentation indicates that
the outer optimizer function calls the inner one.

Author: Richard Guo, with additional change by me
Reviewed-by: Kyotaro Horiguchi
Discussion: https://postgr.es/m/CAMbWs4-U-ogzpchGsP2BBMufCss1hktm%2B%2BeTJK_dUC196pw0cQ%40mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/optimizer/README | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-05-22 08:38:28 pgsql: Remove unnecessary cast
Previous Message Bruce Momjian 2020-05-22 02:07:27 pgsql: doc: PG 13 relnotes: Improve FETCH link