pgsql/src/backend/access/heap tuptoaster.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/access/heap tuptoaster.c
Date: 2001-03-25 00:45:20
Message-ID: 200103250045.f2P0jKD75536@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/03/24 19:45:20

Modified files:
src/backend/access/heap: tuptoaster.c

Log message:
Fix code that incorrectly assumed a 'char foo[N]' local variable would
be aligned on a word boundary. Per report from Steve Nicolai.

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2001-03-25 08:32:25 pgsql/doc/src Makefile sgml/Makefile
Previous Message Peter Eisentraut - PostgreSQL 2001-03-24 23:32:26 pgsql/src/test/regress pg_regress.sh