pgsql/src include/libpq/libpq-be.h backend/lib ...

Started by Tom Laneover 24 years ago7 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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.

#2Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#1)
Re: 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.

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
#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#2)
Re: pgsql/src include/libpq/libpq-be.h backend/lib ...

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

#4Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#3)
Re: pgsql/src include/libpq/libpq-be.h backend/lib ...

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
#5Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#4)
Re: pgsql/src include/libpq/libpq-be.h backend/lib ...

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

#6Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#5)
Re: pgsql/src include/libpq/libpq-be.h backend/lib ...

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
#7Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#6)
Re: pgsql/src include/libpq/libpq-be.h backend/lib ...

Bruce Momjian <pgman@candle.pha.pa.us> writes:

Not so much that, as that we don't need all that support anymore for
incremental packet send/receive in the postmaster.

TODO item?

Only for another five minutes ;-)

regards, tom lane