aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/dbcommands_xlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/dbcommands_xlog.h')
-rw-r--r--src/include/commands/dbcommands_xlog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/commands/dbcommands_xlog.h b/src/include/commands/dbcommands_xlog.h
index 4f01567eba9..7438d55ae7f 100644
--- a/src/include/commands/dbcommands_xlog.h
+++ b/src/include/commands/dbcommands_xlog.h
@@ -33,7 +33,7 @@ typedef struct xl_dbase_create_rec
typedef struct xl_dbase_drop_rec
{
Oid db_id;
- int ntablespaces; /* number of tablespace IDs */
+ int ntablespaces; /* number of tablespace IDs */
Oid tablespace_ids[FLEXIBLE_ARRAY_MEMBER];
} xl_dbase_drop_rec;
#define MinSizeOfDbaseDropRec offsetof(xl_dbase_drop_rec, tablespace_ids)