mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
Fix typos
Author: Lingjie Qiang Discussion: https://postgr.es/m/OSAPR01MB71654E773F62AC88DC1FC8CC80669@OSAPR01MB7165.jpnprd01.prod.outlook.com
This commit is contained in:
@@ -36,7 +36,7 @@ typedef int16 AttrNumber;
|
||||
|
||||
/*
|
||||
* AttrNumberIsForUserDefinedAttr
|
||||
* True iff the attribute number corresponds to an user defined attribute.
|
||||
* True iff the attribute number corresponds to a user defined attribute.
|
||||
*/
|
||||
#define AttrNumberIsForUserDefinedAttr(attributeNumber) \
|
||||
((bool) ((attributeNumber) > 0))
|
||||
|
Reference in New Issue
Block a user