pgsql: Mark a static array "const" to move a few bytes from the "data" - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Mark a static array "const" to move a few bytes from the "data"
Date
Msg-id 20050728073834.B43BE52DFE@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Mark a static array "const" to move a few bytes from the "data" segment
to the "text" segment. It would be possible to mark the elements of the
array "const" as well, but this would require multiple API changes and
does not seem to be worth the notational inconvenience.

Modified Files:
--------------
    pgsql/src/backend/catalog:
        heap.c (r1.287 -> r1.288)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/heap.c.diff?r1=1.287&r2=1.288)

pgsql-committers by date:

Previous
From: nwakefield@pgfoundry.org (User Nwakefield)
Date:
Subject: bizgres - bizgres: Tweaked error handling to work better with
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Refactor exec_cast_value() and exec_simple_cast_value(): since