diff options
| author | Bruce Momjian | 2007-11-15 22:25:18 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2007-11-15 22:25:18 +0000 |
| commit | 3aa6adb6e882b32621e3810a1d025692053e52ee (patch) | |
| tree | 5a246078ac1a8d9eb54550b433d9d15aadd3693b /src/include/postgres.h | |
| parent | 9d9eb25765c7221de046406c1402f15f1892ba65 (diff) | |
Re-run pgindent with updated list of typedefs. (Updated README should
avoid this problem in the future.)
Diffstat (limited to 'src/include/postgres.h')
| -rw-r--r-- | src/include/postgres.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h index 6e9046e2e0..33fd214ddc 100644 --- a/src/include/postgres.h +++ b/src/include/postgres.h @@ -95,20 +95,20 @@ typedef union uint32 va_rawsize; /* Original data size (excludes header) */ char va_data[1]; /* Compressed data */ } va_compressed; -} varattrib_4b; +} varattrib_4b; typedef struct { uint8 va_header; char va_data[1]; /* Data begins here */ -} varattrib_1b; +} varattrib_1b; typedef struct { uint8 va_header; /* Always 0x80 or 0x01 */ uint8 va_len_1be; /* Physical length of datum */ char va_data[1]; /* Data (for now always a TOAST pointer) */ -} varattrib_1b_e; +} varattrib_1b_e; /* * Bit layouts for varlena headers on big-endian machines: |
