pgsql: Fix comment in tableam.h about GetHeapamTableAmRoutine()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment in tableam.h about GetHeapamTableAmRoutine()
Date: 2023-11-27 23:45:19
Message-ID: E1r7lHz-007ZrW-EW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-11-28 04:21:13 pgsql: Remove test for pg_stat_reset_shared() in stats.sql
Previous Message Michael Paquier 2023-11-27 23:36:26 pgsql: Add CHECK_FOR_INTERRUPTS() in scram_SaltedPassword() for the bac