diff options
Diffstat (limited to 'src/backend/commands/lockcmds.c')
-rw-r--r-- | src/backend/commands/lockcmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/lockcmds.c b/src/backend/commands/lockcmds.c index 8a2aa453eca..71278b38cf0 100644 --- a/src/backend/commands/lockcmds.c +++ b/src/backend/commands/lockcmds.c @@ -181,7 +181,7 @@ typedef struct bool nowait; /* no wait mode */ Oid viewowner; /* view owner for checking the privilege */ Oid viewoid; /* OID of the view to be locked */ - List *ancestor_views; /* OIDs of ancestor views */ + List *ancestor_views; /* OIDs of ancestor views */ } LockViewRecurse_context; static bool |