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 1q98n9-0004Pm-74 for pgsql-www@arkaria.postgresql.org; Tue, 13 Jun 2023 18:30:55 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q98n7-00081F-VM for pgsql-www@arkaria.postgresql.org; Tue, 13 Jun 2023 18:30:53 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q98QU-0000eE-4V for pgsql-www@lists.postgresql.org; Tue, 13 Jun 2023 18:07:30 +0000 Received: from mail-ot1-x329.google.com ([2607:f8b0:4864:20::329]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1q98QR-002AzT-29 for pgsql-www@postgresql.org; Tue, 13 Jun 2023 18:07:29 +0000 Received: by mail-ot1-x329.google.com with SMTP id 46e09a7af769-6b1576c2f6eso3609932a34.3 for ; Tue, 13 Jun 2023 11:07:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1686679644; x=1689271644; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=TX8rhemxF61DA7pCtAeMDpSC5RE7oABYnO+yfeF3EwM=; b=dg10e0M8OPSWeN246Z3f7sFa+VZHMgdYUTL0/5AhwlNPx/7/cOybsBPLwVhwc2YC+R x1NjpfQWHpjbXQOnXu4GKcjNBDJV6pmsCAFJMgrxLpt5EIAcNQ4WxI8NVqVBq6va8Tq4 yn1dvfrtNGjzcITepHW6sY6fKpzOIAovrANMhvCj/+PKTPOJOkLj3ddLdeX7J/lmpVKK HXwYl2vFGx9K2Pe6Ah7vg041caDQ6OYs2dlBM2kcbEK5i3uAa0NoYce5Ms8i/XDKBUDi AtBuibFxrYqGtzNpmmNX2OIeGuTO9pz3/hDzZYWKeCsaXZ7feXoZjQSffigx57mPAHH7 oA6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686679644; x=1689271644; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=TX8rhemxF61DA7pCtAeMDpSC5RE7oABYnO+yfeF3EwM=; b=kHG1vSv55bXqTS81Lg99YqKx0db0CNKB40BeA7Y9YDY5RQtMHlJRkvR1o3aVhuASwU rKYT9Op1jneFw/tRcMQPUroFkjcNRhFvVw8QCzMCdIGz9bAqmEAP/V9kOnkqXFcTTS4i 52NKmLYrKIX/GLffhJ4Dhs3CclyBCQu4seO+1mZjlwGsfn/69gHNyfpwfbxx4dNy0T4D R0YQ/psFkHua3yB1QB0JQ9/Hku2+MX2j6JtuAuAjhsdhSpkHXOGDJ2zA1w1wb/QWPo6d VB169+nnB5vkUUEhgkWpXKgNq4fG/m56qQX1aFkdA+i6/lMtWEwOEKkyNT1aqlCS6kBk UpIw== X-Gm-Message-State: AC+VfDyeaB51d8bQePW/eZbBDqDttYS0/j1mRAKjiW7MSp/mpeSBoVNR we91w/WgDUi6JYCD3GHjsYdTeBFgrJKIx/W/Y/WeKt6RnqUWRg== X-Google-Smtp-Source: ACHHUZ5sqvEt6wLf61pIG8Vl7A4q5mF+JD/dXXVjnMoGB1lzzYMnmFozDeulEBl3+X/P/xeKDVIG2LEjCQgFGxnf+Co= X-Received: by 2002:aca:df05:0:b0:39c:df37:eba9 with SMTP id w5-20020acadf05000000b0039cdf37eba9mr4990011oig.31.1686679644530; Tue, 13 Jun 2023 11:07:24 -0700 (PDT) MIME-Version: 1.0 From: Dan Stoner Date: Tue, 13 Jun 2023 14:07:12 -0400 Message-ID: Subject: Wiki editor request To: pgsql-www@postgresql.org Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk I would like editor access to the wiki, my username is 'dstoner' and I would like to modify the Corruption page to include what seems like a fairly common source of index corruption... an OS upgrade that crosses some glibc version boundary. I notice that https://wiki.postgresql.org/wiki/Corruption does not include the glibc / LOCALE index corruption issue and I would like to add it. Some Slack discussion: https://postgresteam.slack.com/archives/C0FS3UTAP/p1686322092729579 - Dan Stoner