projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5163394
)
Fix confusion over static-ness of a subroutine.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 27 Aug 2001 20:03:38 +0000
(20:03 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 27 Aug 2001 20:03:38 +0000
(20:03 +0000)
src/backend/utils/adt/network.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/adt/network.c
b/src/backend/utils/adt/network.c
index 5859e08fbaad7665b2120b24006566c314f7e42f..674ed49630b63efd97ad58f69e144f59df03e43b 100644
(file)
--- a/
src/backend/utils/adt/network.c
+++ b/
src/backend/utils/adt/network.c
@@
-3,7
+3,7
@@
* is for IP V4 CIDR notation, but prepared for V6: just
* add the necessary bits where the comments indicate.
*
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/network.c,v 1.3
2 2001/06/17 02:05:20
tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/network.c,v 1.3
3 2001/08/27 20:03:38
tgl Exp $
*
* Jon Postel RIP 16 Oct 1998
*/
@@
-150,7
+150,7
@@
cidr_out(PG_FUNCTION_ARGS)
}
-Datum
+
static
Datum
text_network(text *src, int type)
{
int len = VARSIZE(src) - VARHDRSZ;