]> granicus.if.org Git - postgresql/commit
Mark a static array "const" to move a few bytes from the "data" segment
authorNeil Conway <neilc@samurai.com>
Thu, 28 Jul 2005 07:38:33 +0000 (07:38 +0000)
committerNeil Conway <neilc@samurai.com>
Thu, 28 Jul 2005 07:38:33 +0000 (07:38 +0000)
commit525e83bea30c69997d4a9a4b981981e516cbcd36
tree14d74827409726410a64df9de458fb76b729c999
parent39850313e2e02a47dcfe834e6720d1235778f0aa
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.
src/backend/catalog/heap.c