summaryrefslogtreecommitdiff
path: root/src/include/utils/portal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/portal.h')
-rw-r--r--src/include/utils/portal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/portal.h b/src/include/utils/portal.h
index ef3898c98cb..887e5990326 100644
--- a/src/include/utils/portal.h
+++ b/src/include/utils/portal.h
@@ -190,7 +190,7 @@ typedef struct PortalData
/* Presentation data, primarily used by the pg_cursors system view */
TimestampTz creation_time; /* time at which this portal was defined */
bool visible; /* include this portal in pg_cursors? */
-} PortalData;
+} PortalData;
/*
* PortalIsValid