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

Commitab00a22

Browse files
committed
From: Massimo Dal Zotto <dz@cs.unitn.it>> pqpacket.patch>> fixed indentation.
1 parent7dbcf31 commitab00a22

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/backend/libpq/pqpacket.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/libpq/Attic/pqpacket.c,v 1.16 1998/07/09 03:28:46 scrappy Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/libpq/Attic/pqpacket.c,v 1.17 1998/08/25 21:22:27 scrappy Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -33,7 +33,8 @@
3333
* Set up a packet read for the postmaster event loop.
3434
*/
3535

36-
voidPacketReceiveSetup(Packet*pkt,PacketDoneProciodone,void*arg)
36+
void
37+
PacketReceiveSetup(Packet*pkt,PacketDoneProciodone,void*arg)
3738
{
3839
pkt->nrtodo=sizeof(pkt->len);
3940
pkt->ptr= (char*)&pkt->len;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp