Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b3b0f20

Browse files
committed
Cleanup from patch applied.
1 parent e0a4c7a commit b3b0f20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/nodes/copyfuncs.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/nodes/copyfuncs.c,v 1.11 1997/09/12 22:07:59 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/nodes/copyfuncs.c,v 1.12 1997/09/13 11:45:50 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -725,7 +725,7 @@ _copyConst(Const *from)
725725
* puts in the right values here.
726726
* ----------------
727727
*/
728-
if (!from->constisnull && cached_type != from->consttype) {
728+
if (!from->constisnull && cached_type != from->consttype)
729729
{
730730
HeapTuple typeTuple;
731731
TypeTupleForm typeStruct;

0 commit comments

Comments
 (0)