CVSROOT: /home/projects/pgsql/cvsrootModule name: pgsqlChanges by: tgl@hub.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.