index b6c9bbcd9a654963ae522cee6234c00afdbfbe3e..c9523c503fb5db600cb74f112bf4c1ce073f288b 100644 (file)
tts_virtual_getsysattr(TupleTableSlot *slot, int attnum, bool *isnull)
{
elog(ERROR, "virtual tuple table slot does not have system atttributes");
+
+ return 0; /* silence compiler warnings */
}
/*
tts_minimal_getsysattr(TupleTableSlot *slot, int attnum, bool *isnull)
{
elog(ERROR, "minimal tuple table slot does not have system atttributes");
+
+ return 0; /* silence compiler warnings */
}
static void