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 bf80f41 commit a157098Copy full SHA for a157098
src/backend/catalog/indexing.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/catalog/indexing.c,v 1.4 1996/11/06 07:31:22 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/catalog/indexing.c,v 1.5 1996/11/11 14:02:10 momjian Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -269,8 +269,6 @@ CatalogIndexFetchTuple(Relation heapRelation,
269
}
270
271
index_endscan(sd);
272
- if (sd->opaque)
273
- pfree(sd->opaque);
274
pfree(sd);
275
return (tuple);
276
0 commit comments