Skip to content
Snippets Groups Projects
Commit b3b0f204 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Cleanup from patch applied.

parent e0a4c7ac
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * 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) ...@@ -725,7 +725,7 @@ _copyConst(Const *from)
* puts in the right values here. * puts in the right values here.
* ---------------- * ----------------
*/ */
if (!from->constisnull && cached_type != from->consttype) { if (!from->constisnull && cached_type != from->consttype)
{ {
HeapTuple typeTuple; HeapTuple typeTuple;
TypeTupleForm typeStruct; TypeTupleForm typeStruct;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment