projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9598512
)
Fix typo.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 19 Nov 2000 22:11:56 +0000
(22:11 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 19 Nov 2000 22:11:56 +0000
(22:11 +0000)
src/backend/utils/fmgr/README
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/fmgr/README
b/src/backend/utils/fmgr/README
index 7c0e63cf4f9f41dcaa98eabda47c043aa893c05f..c50e33b9d1098ca679b3a80c2c7c253045621978 100644
(file)
--- 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