mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Cleanup from patch applied.
This commit is contained in:
parent
e0a4c7acaa
commit
b3b0f20412
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/nodes/copyfuncs.c,v 1.11 1997/09/12 22:07:59 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/nodes/copyfuncs.c,v 1.12 1997/09/13 11:45:50 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -725,7 +725,7 @@ _copyConst(Const *from)
|
|||
* puts in the right values here.
|
||||
* ----------------
|
||||
*/
|
||||
if (!from->constisnull && cached_type != from->consttype) {
|
||||
if (!from->constisnull && cached_type != from->consttype)
|
||||
{
|
||||
HeapTuple typeTuple;
|
||||
TypeTupleForm typeStruct;
|
||||
|
|
|
|||
Loading…
Reference in a new issue