mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Run pgindent on 9.2 source tree in preparation for first 9.3
commit-fest.
This commit is contained in:
@ -186,12 +186,12 @@ union tree
|
||||
*
|
||||
* If "sub" is not NOSUB then it is the number of the color's current
|
||||
* subcolor, i.e. we are in process of dividing this color (character
|
||||
* equivalence class) into two colors. See src/backend/regex/README for
|
||||
* equivalence class) into two colors. See src/backend/regex/README for
|
||||
* discussion of subcolors.
|
||||
*
|
||||
* Currently-unused colors have the FREECOL bit set and are linked into a
|
||||
* freelist using their "sub" fields, but only if their color numbers are
|
||||
* less than colormap.max. Any array entries beyond "max" are just garbage.
|
||||
* less than colormap.max. Any array entries beyond "max" are just garbage.
|
||||
*/
|
||||
struct colordesc
|
||||
{
|
||||
|
Reference in New Issue
Block a user