pgsql: Remove unused 'countincludesself' argument to pq_sendcountedtext

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused 'countincludesself' argument to pq_sendcountedtext
Date: 2024-03-04 10:56:22
Message-ID: E1rh5za-0021fd-3N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused 'countincludesself' argument to pq_sendcountedtext()

It has been unused since we removed support for protocol version 2.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/24eebc65c26cfcc0ea5b8a95b61fa2fda6118e68

Modified Files
--------------
src/backend/access/common/printsimple.c | 9 ++++-----
src/backend/access/common/printtup.c | 2 +-
src/backend/libpq/pqformat.c | 15 ++++++---------
src/backend/replication/logical/proto.c | 2 +-
src/backend/tcop/fastpath.c | 2 +-
src/include/libpq/pqformat.h | 3 +--
6 files changed, 14 insertions(+), 19 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-03-04 11:08:52 pgsql: Remove unused #include's from backend .c files
Previous Message Dean Rasheed 2024-03-04 10:51:26 pgsql: Fix doc omission for MERGE into updatable views.