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

Commit 3e09584

Browse files
committed
Fix typo.
1 parent 9598512 commit 3e09584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/fmgr/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ definition of the struct is just
464464
where api_version is 0 to indicate old-style or 1 to indicate new-style
465465
calling convention. In future releases, additional fields may be defined
466466
after api_version, but these additional fields will only be used if
467-
api_version is greater than 2.
467+
api_version is greater than 1.
468468

469469
These details will be hidden from the author of a dynamically loaded
470470
function by using a macro. To define a new-style dynamically loaded

0 commit comments

Comments
 (0)