mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
pgindent run for 9.0
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/executor/nodeSeqscan.c,v 1.69 2010/01/02 16:57:45 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/executor/nodeSeqscan.c,v 1.70 2010/02/26 02:00:42 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -92,9 +92,8 @@ static bool
|
||||
SeqRecheck(SeqScanState *node, TupleTableSlot *slot)
|
||||
{
|
||||
/*
|
||||
* Note that unlike IndexScan, SeqScan never use keys in
|
||||
* heap_beginscan (and this is very bad) - so, here we do not check
|
||||
* are keys ok or not.
|
||||
* Note that unlike IndexScan, SeqScan never use keys in heap_beginscan
|
||||
* (and this is very bad) - so, here we do not check are keys ok or not.
|
||||
*/
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user