1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-09 18:21:05 +03:00

Fix typo.

This commit is contained in:
Tom Lane 2000-11-19 22:11:56 +00:00
parent 959851272d
commit 3e09584fd3

View File

@ -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
calling convention. In future releases, additional fields may be defined
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
function by using a macro. To define a new-style dynamically loaded