RE: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o

From: "houzj(dot)fnst(at)fujitsu(dot)com" <houzj(dot)fnst(at)fujitsu(dot)com>
To: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Subject: RE: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o
Date: 2021-08-18 01:16:50
Message-ID: OS3PR01MB5718A7EE97B4E42FBAA9BD5794FF9@OS3PR01MB5718.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Hi,

I took a quick look at the v2 patch and noticed a typo.

+ * backends and render it read-only. If missing_ok is true then it will return
+ * NULL if file doesn not exist otherwise error.
*/
doesn not=> doesn't

Best regards,
Houzj

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message houzj.fnst@fujitsu.com 2021-08-18 02:52:57 RE: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o
Previous Message Tom Lane 2021-08-17 18:29:36 pgsql: Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membe

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2021-08-18 01:17:37 Re: ECPG bug fix: DECALRE STATEMENT and DEALLOCATE, DESCRIBE
Previous Message Michael Paquier 2021-08-18 01:04:04 Re: [PATCH]Remove obsolete macro CHECKFLOATVAL in btree_gist