mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Fix various typos and grammar errors in comments.
Author: Dmitriy Olshevskiy Discussion: 553D00A6.4090205@bk.ru
This commit is contained in:
@ -46,7 +46,7 @@ typedef int16 AttrNumber;
|
||||
* Returns the attribute offset for an attribute number.
|
||||
*
|
||||
* Note:
|
||||
* Assumes the attribute number is for an user defined attribute.
|
||||
* Assumes the attribute number is for a user defined attribute.
|
||||
*/
|
||||
#define AttrNumberGetAttrOffset(attNum) \
|
||||
( \
|
||||
|
Reference in New Issue
Block a user