pgsql: Doc: add some notes about performance of the List functions.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: add some notes about performance of the List functions.
Date: 2021-11-06 23:13:07
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: add some notes about performance of the List functions.

Per suggestion from Andres Freund.

Discussion: https://postgr.es/m/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/27ef132a805c8633ed8bb94ed70be995c681ab1f

Modified Files
--------------
src/backend/nodes/list.c | 60 ++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 55 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-11-07 01:38:07 Re: pgsql: pgcrypto: Remove non-OpenSSL support
Previous Message Andres Freund 2021-11-06 22:47:47 Re: pgsql: windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.