pgsql: Make NOTIFY_PAYLOAD_MAX_LENGTH depend explicitly on BLCKSZ and - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Make NOTIFY_PAYLOAD_MAX_LENGTH depend explicitly on BLCKSZ and
Date
Msg-id 20100217005209.8FDF47541C5@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/commands:
        async.c (r1.151 -> r1.152)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/async.c?r1=1.151&r2=1.152)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Replace the pg_listener-based LISTEN/NOTIFY mechanism with an
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Tweak description of payload parameter.