OSDN Git Service

Make NOTIFY_PAYLOAD_MAX_LENGTH depend explicitly on BLCKSZ and
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Feb 2010 00:52:09 +0000 (00:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Feb 2010 00:52:09 +0000 (00:52 +0000)
commitee678fe30c3b9088f0ed956eb33c37f15a429932
tree5f863171374c15c898bbc8f3749b5cc4ddf26f34
parentd1e027221d0243b7b57eabb0e482923dd7d1c8eb
Make NOTIFY_PAYLOAD_MAX_LENGTH depend explicitly on BLCKSZ and
NAMEDATALEN, so this code doesn't go nuts with smaller than default
BLCKSZ or larger than default NAMEDATALEN.  The standard value is
still exactly 8000.
src/backend/commands/async.c