Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pk2jd-0003Fv-DJ for pgsql-hackers@arkaria.postgresql.org; Wed, 05 Apr 2023 12:59:33 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pk2jc-0002C2-1k for pgsql-hackers@arkaria.postgresql.org; Wed, 05 Apr 2023 12:59:32 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pk2jb-0002Bs-NM for pgsql-hackers@lists.postgresql.org; Wed, 05 Apr 2023 12:59:31 +0000 Received: from mail-lf1-x12c.google.com ([2a00:1450:4864:20::12c]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1pk2jV-0004Ms-1R for pgsql-hackers@lists.postgresql.org; Wed, 05 Apr 2023 12:59:30 +0000 Received: by mail-lf1-x12c.google.com with SMTP id br6so46482854lfb.11 for ; Wed, 05 Apr 2023 05:59:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1680699563; x=1683291563; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=AbhTqk6sHEKsdN6cIUVjbiJU4qw+rgrUUZy6xDZH6dM=; b=NkfvtFRVLXHRUcCBMdQqRcrHWK3O9EDUOlEPJSFki4aMnergUcRAdMGuu9iK/BZsac kOjaTCYOSqnhSE8krelzkiDR0lNqIwypqg9HqOhy+s83xOE93HjwG/fK4cnXL6KO18O1 hZnXphaZcaXUr1CAxYOoN96iG1OMF8po0odK6x8zwhRpFZz1t7lDXza4i36FYPIFIcrb slH1ofLv9oqZMuQO3MSqfWYzyX7Jvs/U1vwOvJCuDxv5T6Vjq/gWn02KhF5YNOTdZ/yY 8dyPjLo0/PKCaLHovlDgMtZgjCnWpl5+McHQF7v0MZgUwTS4+ZKPoMVmyFfMaeT2SE+Q Xzdw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680699563; x=1683291563; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=AbhTqk6sHEKsdN6cIUVjbiJU4qw+rgrUUZy6xDZH6dM=; b=nwl5H7iZipWLpwmp3p1pJbiMst23GRKgS51jcnxCAP14ZZOgW6NWn364nX7+4r7//T M3DX62ghGGE9HTWDnum+Mp1zFHt/fLoLzZ899JflVTqXsnqrnUtomS3ldnJewjwwFG2O ERhau113jvDL41vVTDhre0u9LXRqzvCeCd8fuAPMwSJSfZqu2jChAEni8xKrsIrGuUVW lsLm30ZqZaR5nFbM3kWPoitsWu+k66+14arXlnehrlPEe36fSyUwPIlNsALREj5jxXYp tFLbYbROLBz3JokLrCVsHTqrmh3nb6Tsfmw+6evmlY+TyEKqWxa64VAcNj/2JRKks2+u txvA== X-Gm-Message-State: AAQBX9er0a666p3mmraP+0pScFz3MO53HtxOeaIriuVoDMepeLbJK2GN 2Ag1cImO7lUWbgA/XQ4hBRDlOmVovXAQXgPJjFk= X-Google-Smtp-Source: AKy350ZPsXvyX8IWa7vv2/dS82XDnIUMH+TYfyYNuR4fc0yrhkFyCS9/12GowKQjxkxfSnj0iGH3Er6Qs/dDdmCYeY4= X-Received: by 2002:ac2:446e:0:b0:4eb:14d8:e333 with SMTP id y14-20020ac2446e000000b004eb14d8e333mr1862229lfl.8.1680699563257; Wed, 05 Apr 2023 05:59:23 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Robert Haas Date: Wed, 5 Apr 2023 08:59:12 -0400 Message-ID: Subject: Re: Comment typo in recent push To: Peter Smith Cc: PostgreSQL Hackers Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Tue, Apr 4, 2023 at 8:29=E2=80=AFPM Peter Smith = wrote: > There seems to be a comment typo in the recent commit "Perform logical > replication actions as the table owner" [1]. > > /* > * Switch back to the original user ID. > * > * If we created a new GUC nest level, also role back any changes that we= re > * made within it. > */ > > > /role back/rollback/ > > ~~ > > PSA a tiny patch to fix that. Good catch, but I think it should be roll back (a verb) not rollback (a nou= n). --=20 Robert Haas EDB: http://www.enterprisedb.com