mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Fix inconsistencies and typos in the tree, take 9
This addresses more issues with code comments, variable names and unreferenced variables. Author: Alexander Lakhin Discussion: https://postgr.es/m/7ab243e0-116d-3e44-d120-76b3df7abefd@gmail.com
This commit is contained in:
@ -288,7 +288,6 @@ struct vars
|
||||
#define NWBDRY 'W' /* non-word-boundary constraint */
|
||||
#define SBEGIN 'A' /* beginning of string (even if not BOL) */
|
||||
#define SEND 'Z' /* end of string (even if not EOL) */
|
||||
#define PREFER 'P' /* length preference */
|
||||
|
||||
/* is an arc colored, and hence on a color chain? */
|
||||
#define COLORED(a) \
|
||||
|
Reference in New Issue
Block a user