Mark a static array "const" to move a few bytes from the "data" segment
Neil Conway <neilc@samurai.com>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/heap.c | modified | +3 −3 |