@ -121,13 +121,11 @@ standby_desc_invalidations(StringInfo buf,
else if ( msg - > id = = SHAREDINVALSMGR_ID )
else if ( msg - > id = = SHAREDINVALSMGR_ID )
appendStringInfoString ( buf , " smgr " ) ;
appendStringInfoString ( buf , " smgr " ) ;
/* not expected, but print something anyway */
/* not expected, but print something anyway */
else if ( msg - > id = = SHAREDINVALRELMAP_ID )
appendStringInfoString ( buf , " relmap " ) ;
else if ( msg - > id = = SHAREDINVALRELMAP_ID )
else if ( msg - > id = = SHAREDINVALRELMAP_ID )
appendStringInfo ( buf , " relmap db %u " , msg - > rm . dbId ) ;
appendStringInfo ( buf , " relmap db %u " , msg - > rm . dbId ) ;
else if ( msg - > id = = SHAREDINVALSNAPSHOT_ID )
else if ( msg - > id = = SHAREDINVALSNAPSHOT_ID )
appendStringInfo ( buf , " snapshot %u " , msg - > sn . relId ) ;
appendStringInfo ( buf , " snapshot %u " , msg - > sn . relId ) ;
else
else
appendStringInfo ( buf , " unknown id %d " , msg - > id ) ;
appendStringInfo ( buf , " unrecognized id %d " , msg - > id ) ;
}
}
}
}