pgsql: doc: Inform about aminsertcleanup optional NULLness - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Inform about aminsertcleanup optional NULLness
Date
Msg-id E1ue5ec-0008sX-1x@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Inform about aminsertcleanup optional NULLness

This index AM callback has been introduced in c1ec02be1d79 and it is
optional, currently only being used by BRIN.  Optional callbacks are
documented with NULL as possible value in amapi.h and indexam.sgml, but
this callback has missed this part of the description.

Reported-by: Peter Smith <smithpb2250@gmail.com>
Reviewed-by: Japin Li <japinli@hotmail.com>
Discussion: https://postgr.es/m/CAHut+PvgYcPmPDi1YdHMJY5upnyGRpc0N8pk1xNB11xDSBwNog@mail.gmail.com
Backpatch-through: 17

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/282b10cb055e79d49c73f4652e841432321afcd9

Modified Files
--------------
doc/src/sgml/indexam.sgml  | 2 +-
src/include/access/amapi.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Log remote NOTICE, WARNING, and similar messages using ereport()
Next
From: Amit Kapila
Date:
Subject: pgsql: Doc: Fix logical replication examples.