summaryrefslogtreecommitdiff
path: root/src/include/postgres.h
diff options
context:
space:
mode:
authorBruce Momjian2001-10-28 06:26:15 +0000
committerBruce Momjian2001-10-28 06:26:15 +0000
commit365383703ac0a88c6737e14c48ab14e878cd778c (patch)
tree04e502fe1652ab8ec2bf42ea0b31ea9586165af5 /src/include/postgres.h
parentacc90a66efe40627e7a5f09a04ad9c497ddc5003 (diff)
Another pgindent run. Fixes enum indenting, and improves #endif
spacing. Also adds space for one-line comments.
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r--src/include/postgres.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h
index 1f9631fbfe..532da4cdae 100644
--- a/src/include/postgres.h
+++ b/src/include/postgres.h
@@ -77,7 +77,7 @@ typedef struct varattrib
int32 va_extsize; /* External saved size */
Oid va_valueid; /* Unique identifier of value */
Oid va_toastrelid; /* RelID where to find chunks */
- } va_external; /* External stored attribute */
+ } va_external; /* External stored attribute */
char va_data[1]; /* Plain stored attribute */
} va_content;