Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdeaaf96

Browse files
committed
Fix for INET type addition.
1 parentf1fef84 commitdeaaf96

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎src/backend/utils/adt/inet.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*is for IP V4 CIDR notation, but prepared for V6: just
44
*add the necessary bits where the comments indicate.
55
*
6-
*$Id: inet.c,v 1.1 1998/10/0800:19:35 momjian Exp $
6+
*$Id: inet.c,v 1.2 1998/10/0802:08:44 momjian Exp $
77
*/
88

99
#include<sys/types.h>
@@ -19,7 +19,7 @@
1919
#include<postgres.h>
2020
#include<utils/palloc.h>
2121
#include<utils/builtins.h>
22-
#include<utils/network.h>
22+
#include<utils/inet.h>
2323

2424
staticintv4bitncmp(unsignedinta1,unsignedinta2,intbits);
2525

‎src/backend/utils/adt/mac.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
*PostgreSQL type definitions for MAC addresses.
33
*
4-
*$Id: mac.c,v 1.4 1998/10/0800:19:36 momjian Exp $
4+
*$Id: mac.c,v 1.5 1998/10/0802:08:45 momjian Exp $
55
*/
66

77
#include<stdio.h>
@@ -10,7 +10,7 @@
1010
#include<postgres.h>
1111
#include<utils/palloc.h>
1212
#include<utils/builtins.h>
13-
#include<utils/network.h>
13+
#include<utils/inet.h>
1414

1515
manufacturermanufacturers[]= {
1616
{0x00,0x00,0x0C,"Cisco"},

‎src/include/utils/builtins.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: builtins.h,v 1.58 1998/10/0800:19:43 momjian Exp $
9+
* $Id: builtins.h,v 1.59 1998/10/0802:08:47 momjian Exp $
1010
*
1111
* NOTES
1212
* This should normally only be included by fmgr.h.
@@ -28,7 +28,7 @@
2828
#include<utils/nabstime.h>
2929
#include<utils/int8.h>
3030
#include<utils/cash.h>
31-
#include<utils/network.h>
31+
#include<utils/inet.h>
3232
#include<utils/rel.h>
3333

3434
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp