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

Commit645b587

Browse files
author
Bryan Henderson
committed
Remove use of "bool", which user program may not have defined. This .h file
gets included by libpq-fe.h, and thus is part of the API.
1 parentaf30fe7 commit645b587

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/include/libpq/pqcomm.h

Lines changed: 3 additions & 3 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: pqcomm.h,v 1.5 1996/11/05 07:41:13 scrappy Exp $
9+
* $Id: pqcomm.h,v 1.6 1996/12/26 23:28:27 bryanh Exp $
1010
*
1111
* NOTES
1212
* Some of this should move to libpq.h
@@ -121,9 +121,9 @@ extern int PQAsyncNotifyWaiting;
121121
/*
122122
* prototypes for functions in pqpacket.c
123123
*/
124-
externintPacketReceive(Port*port,PacketBuf*buf,boolnonBlocking);
124+
externintPacketReceive(Port*port,PacketBuf*buf,charnonBlocking);
125125
externintPacketSend(Port*port,PacketBuf*buf,
126-
PacketLenlen,boolnonBlocking);
126+
PacketLenlen,charnonBlocking);
127127
/* extern PacketBuf* StartupInfo2PacketBuf(StartupInfo*); */
128128
/* extern StartupInfo* PacketBuf2StartupInfo(PacketBuf*); */
129129

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp