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 c9f8bad commit f47ffc9Copy full SHA for f47ffc9
src/backend/access/common/indextuple.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.5 1996/10/20 22:04:41 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.6 1996/10/21 07:18:08 scrappy Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -156,7 +156,7 @@ fastgetiattr(IndexTuple tup,
156
bool *isnull)
157
{
158
register char *tp; /* ptr to att in tuple */
159
- register char *bp; /* ptr to att in tuple */
+ register char *bp = NULL; /* ptr to att in tuple */
160
int slow; /* do we have to walk nulls? */
161
register int data_off; /* tuple data offset */
162
0 commit comments