pgsql: Improve code comments

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve code comments
Date: 2018-04-14 14:05:20
Message-ID: E1f7Lns-00053b-57@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve code comments

As of 0c2c81b403db420bfce36f168887db72932dbf09, the replication
parameter in libpq is no longer "deliberately undocumented".

Branch
------
master

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

Modified Files
--------------
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-04-14 16:33:25 pgsql: Add commentary explaining why MaxIndexTuplesPerPage calculation
Previous Message Peter Eisentraut 2018-04-14 13:28:36 pgsql: Support named and default arguments in CALL