Skip to content
Snippets Groups Projects
Commit 3e09584f authored by Tom Lane's avatar Tom Lane
Browse files

Fix typo.

parent 95985127
Branches
Tags
No related merge requests found
...@@ -464,7 +464,7 @@ definition of the struct is just ...@@ -464,7 +464,7 @@ definition of the struct is just
where api_version is 0 to indicate old-style or 1 to indicate new-style where api_version is 0 to indicate old-style or 1 to indicate new-style
calling convention. In future releases, additional fields may be defined calling convention. In future releases, additional fields may be defined
after api_version, but these additional fields will only be used if after api_version, but these additional fields will only be used if
api_version is greater than 2. api_version is greater than 1.
These details will be hidden from the author of a dynamically loaded These details will be hidden from the author of a dynamically loaded
function by using a macro. To define a new-style dynamically loaded function by using a macro. To define a new-style dynamically loaded
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment