Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5ad4932

Browse filesBrowse 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
Copy full SHA for 5ad4932

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed

‎src/include/access/tableam.h

Copy file name to clipboardExpand all lines: src/include/access/tableam.h
+6Lines changed: 6 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.