Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5ad4932

Browse files
committed
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
1 parent 14f2f9e commit 5ad4932

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/include/access/tableam.h

+6
Original file line numberDiff line numberDiff line change
@@ -2095,6 +2095,12 @@ extern void table_block_relation_estimate_size(Relation rel,
20952095
*/
20962096

20972097
extern const TableAmRoutine *GetTableAmRoutine(Oid amhandler);
2098+
2099+
/* ----------------------------------------------------------------------------
2100+
* Functions in heapam_handler.c
2101+
* ----------------------------------------------------------------------------
2102+
*/
2103+
20982104
extern const TableAmRoutine *GetHeapamTableAmRoutine(void);
20992105

21002106
#endif /* TABLEAM_H */

0 commit comments

Comments
 (0)