Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.92) (envelope-from ) id 1jGoZl-00054n-1F for pgsql-hackers@arkaria.postgresql.org; Tue, 24 Mar 2020 18:46:57 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1jGoZj-0005um-TL for pgsql-hackers@arkaria.postgresql.org; Tue, 24 Mar 2020 18:46:55 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1jGoZj-0005uf-IV for pgsql-hackers@lists.postgresql.org; Tue, 24 Mar 2020 18:46:55 +0000 Received: from mail-lf1-x143.google.com ([2a00:1450:4864:20::143]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1jGoZg-0007Hb-R6 for pgsql-hackers@postgresql.org; Tue, 24 Mar 2020 18:46:55 +0000 Received: by mail-lf1-x143.google.com with SMTP id c20so14183769lfb.0 for ; Tue, 24 Mar 2020 11:46:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=BSKHjbaFBKwiE4U82+cG0vIQLbdEbwBIlFv2drZoWlo=; b=f9IhChhEzmEhyHNVknQOzyd+7V1dEdjS08Co7/C2z4i6ol+ADmO6Q5TJTtv3aAcHGI 1r/38gC3XDaYnJvgNkwkgMxRJjoz0P8yjwQUqyeuU2LEX469GgTMOH/FXQd0zGrv2GOO J7YQGPi5rcuqCTR1VKk6aM+35cxypEai76QlyoLpHWbH1rGe7cu1YJHgLLmfW10uLvQD wYPwvPC16w3UQojRf0uOpBJjFH1UZNFziIreuUJnEsZH7fIBi29HL3sEg3TqjZDkUJKv 6P/6ku0r0i+mowUJ7WoFt2cZFAzKTRcofzKBPKN5rm8sblm4+MK/NEzGkddUh0ZmHgpu /Z2g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BSKHjbaFBKwiE4U82+cG0vIQLbdEbwBIlFv2drZoWlo=; b=byWz1rfMLcWsBVi6Ywst4YT66IJ5jaK9uJlYXjHGwtkNyg83w8bJfKnRphXYmhGbIi OPlqez+NgKU81lLDwBgYwL6a2vr9r40reVaBiCsBQYByWCQulzszQv4Kn+8kGiFvjslq Ujnk7rYckpceaHOZJgYdhNaWixnT9SgfFxpO6b9aSRkSVE52AtyIob1W4ajfGvpxkkVe 3N687bMwvJZjPd8fLh4d5cRuyOPw6EUPcjpfMKXj2WwCOhqL41a9g6Op3hYBAuDjLvQN b2+RPLPLOmijYO/PZNCcRwIapiNeBenWU17am0qVXC4KFN8gXJGbFO6lmN2Pxn/tlZsr 4gVw== X-Gm-Message-State: ANhLgQ0pakote7EEsKs4BjAQE9k2/Yz7sja6QYpVRGlGH+LP0xHL4jF0 kMM0Y8Ad+TW2QTLJSXy8TAhscnw9aM3QJrqXR/c= X-Google-Smtp-Source: ADFU+vs53wiZX2BjViAYyMkz7ktTsi1j3nq01d06muhabN3ywv9Fhq0BoqO/ag6x8d2lfcUi0FLYNucb6oCRyV3mSrc= X-Received: by 2002:ac2:5599:: with SMTP id v25mr1156224lfg.40.1585075611558; Tue, 24 Mar 2020 11:46:51 -0700 (PDT) MIME-Version: 1.0 References: <20200320001122.GA19602@alvherre.pgsql> <20200320195841.GA13662@telsasoft.com> In-Reply-To: <20200320195841.GA13662@telsasoft.com> From: Robert Haas Date: Tue, 24 Mar 2020 14:46:39 -0400 Message-ID: Subject: Re: Add A Glossary To: Justin Pryzby Cc: Alvaro Herrera , Corey Huinker , =?UTF-8?Q?J=C3=BCrgen_Purtz?= , Roger Harkavy , "pgsql-hackers@postgresql.org" , Fabien COELHO , Michael Paquier Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On Fri, Mar 20, 2020 at 3:58 PM Justin Pryzby wrote: > > + A process that writes dirty pages and WAL > > + Records to the file system and creates a special > > Does the chckpointer actually write WAL ? Yes. > An FK doesn't require the values in its table to be unique, right ? I believe it does require that the values are unique. > I think there's some confusion. Constraints are not objects, right ? I think constraints are definitely objects. They have names and you can, for example, COMMENT on them. > Do we use shared_buffers for WAL ? No. (I have not reviewed the patch; these are just a few comments on your comments.) -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company