Use "superuser" instead of "super user" in code comments
Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
From: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-09-07T12:44:53Z
Lists: pgsql-hackers
Attachments
- v1-0001-Use-superuser-instead-of-super-user-in-code-comme.patch (application/octet-stream) patch v1-0001
Hi, It seems like we use "superuser" as a standard term across the entire code base i.e. error messages, docs, code comments. But there are still a few code comments that use the term "super user". Can we replace those with "superuser"? Attaching a tiny patch to do that. Thoughts? Regards, Bharath Rupireddy.
Commits
-
Consistently use "superuser" instead of "super user"
- f7c53bb9e309 15.0 landed