diff options
| author | Andres Freund <andres@anarazel.de> | 2015-04-26 18:42:31 +0200 |
|---|---|---|
| committer | Andres Freund <andres@anarazel.de> | 2015-04-26 18:42:31 +0200 |
| commit | 6aab1f45acaa4cf90e62357ebdf5e6a38829204e (patch) | |
| tree | ded75b929485ab4331a292150b0823ed2d825fb1 /src/include/access | |
| parent | 9fe1d9ac6820cff354a5402114b96dae1221eba3 (diff) | |
| download | postgresql-6aab1f45acaa4cf90e62357ebdf5e6a38829204e.tar.gz | |
Fix various typos and grammar errors in comments.
Author: Dmitriy Olshevskiy
Discussion: 553D00A6.4090205@bk.ru
Diffstat (limited to 'src/include/access')
| -rw-r--r-- | src/include/access/attnum.h | 2 | ||||
| -rw-r--r-- | src/include/access/xact.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/attnum.h b/src/include/access/attnum.h index 82e811dd0f..0fe27ecfba 100644 --- a/src/include/access/attnum.h +++ b/src/include/access/attnum.h @@ -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) \ ( \ diff --git a/src/include/access/xact.h b/src/include/access/xact.h index fdf3ea3228..8da6aa952f 100644 --- a/src/include/access/xact.h +++ b/src/include/access/xact.h @@ -168,7 +168,7 @@ typedef struct xl_xact_assignment * 'xl_xact_xinfo->xinfo'. The presence of the xinfo field itself is signalled * by a set XLOG_XACT_HAS_INFO bit in the xl_info field. * - * NB: All the individual data chunks should be be sized to multiples of + * NB: All the individual data chunks should be sized to multiples of * sizeof(int) and only require int32 alignment. */ |
