8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a4c7a commit b3b0f20Copy full SHA for b3b0f20
src/backend/nodes/copyfuncs.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -725,7 +725,7 @@ _copyConst(Const *from)
725
* puts in the right values here.
726
* ----------------
727
728
- if (!from->constisnull && cached_type != from->consttype) {
+ if (!from->constisnull && cached_type != from->consttype)
729
{
730
HeapTuple typeTuple;
731
TypeTupleForm typeStruct;
0 commit comments