Mark a static array "const" to move a few bytes from the "data" segment

Neil Conway <neilc@samurai.com>

Commit: 525e83bea30c69997d4a9a4b981981e516cbcd36
Author: Neil Conway <neilc@samurai.com>
Date: 2005-07-28T07:38:33Z
Releases: 8.1.0
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.

Files

PathChange+/−
src/backend/catalog/heap.c modified +3 −3