Index: fe-protocol3.c =================================================================== RCS file: /projects/cvsroot/pgsql-server/src/interfaces/libpq/fe-protocol3.c,v retrieving revision 1.10 diff -u -r1.10 fe-protocol3.c --- fe-protocol3.c 29 Nov 2003 19:52:12 -0000 1.10 +++ fe-protocol3.c 28 Dec 2003 11:26:09 -0000 @@ -84,7 +84,7 @@ return; } if (msgLength > 30000 && - !(id == 'T' || id == 'D' || id == 'd')) + !(id == 'N' || id == 'T' || id == 'D' || id == 'd')) { handleSyncLoss(conn, id, msgLength); return;