pgsql: Fix comment in tableam.h about GetHeapamTableAmRoutine() - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix comment in tableam.h about GetHeapamTableAmRoutine()
Date
Msg-id E1r7lHz-007ZrW-EW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix comment in tableam.h about GetHeapamTableAmRoutine()

This routine is located in heapam_handler.c, not tableamapi.c.  Issue
noted while hacking the area for a different patch.

Reviewed-by: Richard Guo
Discussion: https://postgr.es/m/ZWQuHltp2KS_0Cct@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5ad49322e50459444b201e624d5df706751c9d41

Modified Files
--------------
src/include/access/tableam.h | 6 ++++++
1 file changed, 6 insertions(+)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add CHECK_FOR_INTERRUPTS() in scram_SaltedPassword() for the bac
Next
From: Michael Paquier
Date:
Subject: pgsql: Remove test for pg_stat_reset_shared() in stats.sql