pgsql: Reword memory terminology for PQresultMemorySize - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Reword memory terminology for PQresultMemorySize
Date
Msg-id E1qvNsZ-002A1N-CV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Reword memory terminology for PQresultMemorySize

Rather than using the generic word "space" we might as well use "memory"
since that's precisely what we're dealing with here.

This was extracted from a larger patch around terminology changes where
the remaining hunks were rejected.

Author: Gurjeet Singh <gurjeet@singh.im>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CABwTF4UHO_NtcsOL6_XZfnpKg_0XBFKa7B-7_x5zs3MRZm3-Tg@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/libpq.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Speed up pg_regress server readiness testing.
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql: Doc: document bpchar, clarify relationship of text and varchar.