We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent42020a8 commit92ec037Copy full SHA for 92ec037
src/backend/commands/tablecmds.c
@@ -10155,7 +10155,7 @@ AtEOSubXact_on_commit_actions(bool isCommit, SubTransactionId mySubid,
10155
* This is intended as a callback for RangeVarGetRelidExtended(). It allows
10156
* the table to be locked only if (1) it's a plain table or TOAST table and
10157
* (2) the current user is the owner (or the superuser). This meets the
10158
- * permission-checking needs of bothCLUTER and REINDEX TABLE; we expose it
+ * permission-checking needs of bothCLUSTER and REINDEX TABLE; we expose it
10159
* here so that it can be used by both.
10160
*/
10161
void