From 971175fa0c63befed59b4809ce8bf0a40a8a00cc Mon Sep 17 00:00:00 2001 From: Vadim B. Mikheev Date: Fri, 27 Nov 1998 20:09:56 +0000 Subject: New HeapTuple structure/interface. --- contrib/fulltextindex/fti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/fulltextindex') diff --git a/contrib/fulltextindex/fti.c b/contrib/fulltextindex/fti.c index 8d14f8f55c9..33a7666fe77 100644 --- a/contrib/fulltextindex/fti.c +++ b/contrib/fulltextindex/fti.c @@ -154,7 +154,7 @@ fti() tupdesc = rel->rd_att; /* what the tuple looks like (?) */ /* get oid of current tuple, needed by all, so place here */ - oid = rettuple->t_oid; + oid = rettuple->t_data->t_oid; if (!OidIsValid(oid)) elog(ERROR,"Full Text Indexing: oid of current tuple is NULL"); -- cgit v1.2.3