diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-11-19 22:11:56 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-11-19 22:11:56 +0000 |
commit | 3e09584fd3fe7649149675894e2f7c6d94db5c4c (patch) | |
tree | d7e61529b083394f3e197cbf642f4dfa7919a1c9 /src/backend | |
parent | 959851272d6d37111de494179f5370e1acffd9c2 (diff) | |
download | postgresql-3e09584fd3fe7649149675894e2f7c6d94db5c4c.tar.gz postgresql-3e09584fd3fe7649149675894e2f7c6d94db5c4c.zip |
Fix typo.
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/utils/fmgr/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/fmgr/README b/src/backend/utils/fmgr/README index 7c0e63cf4f9..c50e33b9d10 100644 --- a/src/backend/utils/fmgr/README +++ b/src/backend/utils/fmgr/README @@ -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 |