Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5163394 commit 545c669Copy full SHA for 545c669
src/backend/utils/adt/network.c
@@ -3,7 +3,7 @@
3
* is for IP V4 CIDR notation, but prepared for V6: just
4
* add the necessary bits where the comments indicate.
5
*
6
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/network.c,v 1.32 2001/06/17 02:05:20 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/network.c,v 1.33 2001/08/27 20:03:38 tgl Exp $
7
8
* Jon Postel RIP 16 Oct 1998
9
*/
@@ -150,7 +150,7 @@ cidr_out(PG_FUNCTION_ARGS)
150
}
151
152
153
-Datum
+static Datum
154
text_network(text *src, int type)
155
{
156
int len = VARSIZE(src) - VARHDRSZ;
0 commit comments