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

Commita7f6210

Browse files
committed
The PacketReceive/PacketSend routines aren't used anymore.
1 parent215772a commita7f6210

File tree

3 files changed

+3
-228
lines changed

3 files changed

+3
-228
lines changed

‎src/backend/libpq/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for libpq subsystem (backend half of libpq interface)
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/libpq/Makefile,v 1.26 2001/11/1201:42:03 momjian Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/libpq/Makefile,v 1.27 2001/11/1204:19:15 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -16,7 +16,7 @@ include $(top_builddir)/src/Makefile.global
1616

1717
OBJS = be-fsstubs.o\
1818
auth.o crypt.o hba.o md5.o password.o\
19-
pqcomm.o pqformat.opqpacket.opqsignal.o util.o
19+
pqcomm.o pqformat.o pqsignal.o util.o
2020

2121

2222
all: check_md5 SUBSYS.o

‎src/backend/libpq/pqpacket.c

Lines changed: 0 additions & 215 deletions
This file was deleted.

‎src/include/libpq/libpq-be.h

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
11-
* $Id: libpq-be.h,v 1.25 2001/11/05 17:46:33 momjian Exp $
11+
* $Id: libpq-be.h,v 1.26 2001/11/12 04:19:15 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -146,14 +146,4 @@ typedef struct Port
146146

147147
externProtocolVersionFrontendProtocol;
148148

149-
150-
/*
151-
* prototypes for functions in pqpacket.c
152-
*/
153-
voidPacketReceiveSetup(Packet*pkt,PacketDoneProciodone,void*arg);
154-
intPacketReceiveFragment(Port*port);
155-
voidPacketSendSetup(Packet*pkt,intnbytes,PacketDoneProciodone,void*arg);
156-
intPacketSendFragment(Port*port);
157-
voidPacketSendError(Packet*pkt,char*errormsg);
158-
159149
#endif/* LIBPQ_BE_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp