git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 19b1c76)
Prototype fix for typo.
2006年1月23日 21:49:39 +0000 (21:49 +0000)
2006年1月23日 21:49:39 +0000 (21:49 +0000)

diff --git a/src/backend/utils/adt/network.c b/src/backend/utils/adt/network.c
index 95939873bc62a6897965e16e78948f5273da04ed..567a7cc2ee5c03a1accbd96595bd2edace02d002 100644 (file)
--- a/src/backend/utils/adt/network.c
+++ b/src/backend/utils/adt/network.c
@@ -1,7 +1,7 @@
/*
* PostgreSQL type definitions for the INET and CIDR types.
*
- * $PostgreSQL: pgsql/src/backend/utils/adt/network.c,v 1.59 2006年01月23日 21:45:47 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/network.c,v 1.60 2006年01月23日 21:49:39 momjian Exp $
*
* Jon Postel RIP 16 Oct 1998
*/
@@ -22,7 +22,7 @@
#include "utils/inet.h"
-static Datum text_network(text *src, int is_cidr);
+static Datum text_network(text *src, bool is_cidr);
static int32 network_cmp_internal(inet *a1, inet *a2);
static int bitncmp(void *l, void *r, int n);
static bool addressOK(unsigned char *a, int bits, int family);
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /