RE: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o - Mailing list pgsql-hackers

From houzj.fnst@fujitsu.com
Subject RE: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o
Date
Msg-id OS3PR01MB5718A7EE97B4E42FBAA9BD5794FF9@OS3PR01MB5718.jpnprd01.prod.outlook.com
Whole thread Raw
In response to Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o  (Dilip Kumar <dilipbalaut@gmail.com>)
Responses RE: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o  ("houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>)
List 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



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [PATCH]Remove obsolete macro CHECKFLOATVAL in btree_gist
Next
From: Michael Paquier
Date:
Subject: Re: ECPG bug fix: DECALRE STATEMENT and DEALLOCATE, DESCRIBE