1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-29 10:41:53 +03:00

Required catalog changes for extended LONG attribute storage.

Jan
This commit is contained in:
Jan Wieck
1999-12-20 10:40:43 +00:00
parent 665db209e5
commit 7c385f73e5
8 changed files with 324 additions and 282 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/executor/execUtils.c,v 1.50 1999/11/07 23:08:06 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/executor/execUtils.c,v 1.51 1999/12/20 10:40:42 wieck Exp $
*
*-------------------------------------------------------------------------
*/
@ -564,6 +564,7 @@ ExecSetTypeInfo(int index,
att->attcacheoff = -1;
att->atttypmod = -1;
att->attisset = false;
att->attstorage = 'p';
att->attalign = attalign;
}