diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-09-19 20:00:37 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-09-19 20:00:37 +0000 |
commit | 3023dc6af0ada23bb69774eb92389965f12c1c29 (patch) | |
tree | 7220bd0cb8c18b271a6402d07886eb230a222db6 /src/backend/include/postgres.h | |
parent | efebd7b7aaec4b4fd13b2c0f9a2daad76daf34ed (diff) | |
download | postgresql-3023dc6af0ada23bb69774eb92389965f12c1c29.tar.gz postgresql-3023dc6af0ada23bb69774eb92389965f12c1c29.zip |
A few changes to cleanup the code.
- Added the header access/heapam.h.
- Changed all instances of "length" to "data_length" to quiet
the compiler.
- initialized a few variables. The compiler couldn't see that
the code guaranteed that these would be initialized before
being dereferenced. If anyone wants to check my work follow
the usage of these variables and make sure that this true
and wasn't actually a bug in the original code.
- added a missing break statement to a default case. This
was a benign error but bad style.
- layed out heap_sysattrlen differently. I think this way
makes the structure of the code crystal clear. There should
be no actual difference in the actual behaviour of the code.
Submitted by: darcy@druid.druid.com (D'Arcy J.M. Cain)
Diffstat (limited to 'src/backend/include/postgres.h')
0 files changed, 0 insertions, 0 deletions