projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5b98e4
)
Fix two typos, per report from Hashem Masoud.
author
Neil Conway
Mon, 21 Feb 2005 06:12:14 +0000
(06:12 +0000)
committer
Neil Conway
Mon, 21 Feb 2005 06:12:14 +0000
(06:12 +0000)
doc/src/sgml/xfunc.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/xfunc.sgml
b/doc/src/sgml/xfunc.sgml
index 821b5353c43d3fdfdd872cf5df684553b2cdc97d..72772140b360d1b0ad14a3b729d2498cc30b39e3 100644
(file)
--- a/
doc/src/sgml/xfunc.sgml
+++ b/
doc/src/sgml/xfunc.sgml
@@
-1,5
+1,5
@@
@@
-1642,7
+1642,7
@@
add_one(PG_FUNCTION_ARGS)
PG_RETURN_INT32(arg + 1);
}
-/* b reference, fixed length */
+/* b
y
reference, fixed length */
PG_FUNCTION_INFO_V1(add_one_float8);
@@
-1939,7
+1939,7
@@
include $(PGXS)
MODULES
- list of shared objects to be buil
d
from source file with same
+ list of shared objects to be buil
t
from source file with same
stem (do not include suffix in this list)