summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_largeobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/catalog/pg_largeobject.h')
-rw-r--r--src/include/catalog/pg_largeobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/pg_largeobject.h b/src/include/catalog/pg_largeobject.h
index 4a33752040..d7b55faf97 100644
--- a/src/include/catalog/pg_largeobject.h
+++ b/src/include/catalog/pg_largeobject.h
@@ -34,7 +34,7 @@ CATALOG(pg_largeobject,2613) BKI_WITHOUT_OIDS
int32 pageno; /* Page number (starting from 0) */
/* data has variable length, but we allow direct access; see inv_api.c */
- bytea data BKI_FORCE_NOT_NULL; /* Data for page (may be zero-length) */
+ bytea data BKI_FORCE_NOT_NULL; /* Data for page (may be zero-length) */
} FormData_pg_largeobject;
/* ----------------