mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Manual cleanup of pgindent results.
Fix some places where pgindent did silly stuff, often because project style wasn't followed to begin with. (I've not touched the atomics headers, though.)
This commit is contained in:
@@ -78,9 +78,12 @@ tablesample_init(SampleScanState *scanstate, TableSampleClause *tablesample)
|
||||
fcinfo.argnull[0] = false;
|
||||
|
||||
/*
|
||||
* Second arg for init function is always REPEATABLE When
|
||||
* tablesample->repeatable is NULL then REPEATABLE clause was not
|
||||
* specified. When specified, the expression cannot evaluate to NULL.
|
||||
* Second arg for init function is always REPEATABLE.
|
||||
*
|
||||
* If tablesample->repeatable is NULL then REPEATABLE clause was not
|
||||
* specified, and we insert a random value as default.
|
||||
*
|
||||
* When specified, the expression cannot evaluate to NULL.
|
||||
*/
|
||||
if (tablesample->repeatable)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user