Re: pgsql-server/src/interfaces/libpq fe-connect.c

From: Alvaro Herrera <alvherre(at)atentus(dot)com>
To: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
Cc: momjian(at)postgresql(dot)org, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/src/interfaces/libpq fe-connect.c
Date: 2002-08-30 02:26:11
Message-ID: 20020829222611.4516b378.alvherre@atentus.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

En Fri, 30 Aug 2002 10:15:02 +0800
"Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au> escribió:

> Does this patch also check that it's not world-writable?

Yes (S_IRWXG | S_IRWXO).

What it doesn't check is that the directory it lives in is also not
world- or group-writable, or that it is a regular file.

I'm doing CLUSTER ALL right now and will attack REINDEX ALL later, so
feel free to do anything you like with this...

--
Alvaro Herrera (<alvherre[a]atentus.com>)
"Everybody understands Mickey Mouse. Few understand Hermann Hesse.
Hardly anybody understands Einstein. And nobody understands Emperor Norton."

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2002-08-30 02:54:35 Re: pgsql-server/src/interfaces/libpq fe-connect.c
Previous Message Christopher Kings-Lynne 2002-08-30 02:15:02 Re: pgsql-server/src/interfaces/libpq fe-connect.c