pgsql/src include/libpq/libpq-be.h backend/lib ...
CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 01/11/11 23:19:15
Modified files:
src/include/libpq: libpq-be.h
src/backend/libpq: Makefile
Removed files:
src/backend/libpq: pqpacket.c
Log message:
The PacketReceive/PacketSend routines aren't used anymore.
CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 01/11/11 23:19:15Modified files:
src/include/libpq: libpq-be.h
src/backend/libpq: Makefile
Removed files:
src/backend/libpq: pqpacket.cLog message:
The PacketReceive/PacketSend routines aren't used anymore.
Woohoo, cruft removal!
--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
Bruce Momjian <pgman@candle.pha.pa.us> writes:
The PacketReceive/PacketSend routines aren't used anymore.
Woohoo, cruft removal!
Now that I look at it, a lot of the stuff in libpq/libpq-be.h
is cruft ...
regards, tom lane
Bruce Momjian <pgman@candle.pha.pa.us> writes:
The PacketReceive/PacketSend routines aren't used anymore.
Woohoo, cruft removal!
Now that I look at it, a lot of the stuff in libpq/libpq-be.h
is cruft ...
Yep, sure is. Berkeley guys mucked up in there adding experimental
stuff.
--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
Bruce Momjian <pgman@candle.pha.pa.us> writes:
Woohoo, cruft removal!
Now that I look at it, a lot of the stuff in libpq/libpq-be.h
is cruft ...
Yep, sure is. Berkeley guys mucked up in there adding experimental
stuff.
Not so much that, as that we don't need all that support anymore for
incremental packet send/receive in the postmaster.
regards, tom lane
Bruce Momjian <pgman@candle.pha.pa.us> writes:
Woohoo, cruft removal!
Now that I look at it, a lot of the stuff in libpq/libpq-be.h
is cruft ...Yep, sure is. Berkeley guys mucked up in there adding experimental
stuff.Not so much that, as that we don't need all that support anymore for
incremental packet send/receive in the postmaster.
TODO item?
--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026