mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
atttypmod now -1.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/executor/execUtils.c,v 1.26 1998/01/20 05:03:30 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/executor/execUtils.c,v 1.27 1998/02/07 06:11:21 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -531,6 +531,7 @@ ExecSetTypeInfo(int index,
|
||||
att->attproc = 0; /* dummy value */
|
||||
att->attnelems = 0; /* dummy value */
|
||||
att->attcacheoff = -1;
|
||||
att->atttypmod = -1;
|
||||
att->attisset = false;
|
||||
att->attalign = attalign;
|
||||
}
|
||||
|
Reference in New Issue
Block a user