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

Commit 97a5eec

Browse files
author
Alexander Korotkov
committed
Rename total_page to all_page in in_memory_page_stats().
1 parent 9ac9de1 commit 97a5eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/in_memory/in_memory--1.0.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RETURNS text
3535
AS 'MODULE_PATHNAME'
3636
VOLATILE LANGUAGE C;
3737

38-
CREATE FUNCTION in_memory_page_stats(OUT busy_pages int8, OUT free_pages int8, OUT total_pages int8)
38+
CREATE FUNCTION in_memory_page_stats(OUT busy_pages int8, OUT free_pages int8, OUT all_pages int8)
3939
RETURNS record
4040
AS 'MODULE_PATHNAME'
4141
VOLATILE LANGUAGE C;

0 commit comments

Comments
 (0)