public inbox for [email protected]help / color / mirror / Atom feed
Subject tag lowercase 4+ messages / 3 participants [nested] [flat]
* Subject tag lowercase @ 2007-01-31 23:24 Bruce Momjian <[email protected]> 0 siblings, 2 replies; 4+ messages in thread From: Bruce Momjian @ 2007-01-31 23:24 UTC (permalink / raw) To: pgsql-www; +Cc: Marc G. Fournier <[email protected]> I still have received no feedback on why the subject line sometimes has "[pgsql-patches]" instead of "[PATCHES]". Sample below. Also, don't we have filters to block emails with the subject "unsubscribe"? I just saw one on the admin list. --------------------------------------------------------------------------- ----- Forwarded message from [email protected] ----- X-Greylist: domain auto-whitelisted by SQLgrey-1.7.4 thread-index: AcdFiOEEhe23MX+pRO+bHDV6ruYJbw== Subject: Re: [pgsql-patches] Patch to avoid gprof profiling overwrites Content-Class: urn:content-classes:message Importance: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2826 From: <[email protected]> To: Bruce Momjian <[email protected]> cc: <[email protected]> In-Reply-To: <[email protected]> References: <[email protected]> Date: Wed, 31 Jan 2007 17:59:21 -0500 Message-ID: <[email protected]> X-Mailer: Evolution 2.4.0 X-OriginalArrivalTime: 31 Jan 2007 22:40:57.0359 (UTC) FILETIME=[DFA8A9F0:01C74588] X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.624 tagged_above=0 required=5 tests=AWL, BAYES_40, HTML_MESSAGE, NO_REAL_NAME, SPF_PASS X-Spam-Level: X-Mailing-List: pgsql-patches List-Archive: <http://archives.postgresql.org/pgsql-patches; List-Help: <mailto:[email protected]?body=help> List-Id: <pgsql-patches.postgresql.org> List-Owner: <mailto:[email protected]> List-Post: <mailto:[email protected]> List-Subscribe: <mailto:[email protected]?body=sub%20pgsql-patches> List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-patches> Precedence: bulk Sender: [email protected] > And the patch is where? You caught me; guess I'd better make something up fast, huh? Here it is, thanks. -- Korry > > --------------------------------------------------------------------------- > > [email protected] wrote: > > It's difficult to profile a backend server process (using gprof) > > because each process overwrites any earlier profile as it exits. > > > > It is especially tricky to nab a useful profile if you happen to have > > autovacuum enabled. > > > > This patch reduces the problem by forcing the backend to 'cd' to a new > > directory ($PGDATA/gprof/pid) just before calling exit(), but only if > > the backend was compiled with -DLINUX_PROFILE. > > > > I've tested this with Linux, but not with other host architectures. > > > > -- Korry > > > > > > > > -- > > Korry Douglas [email protected] > > EnterpriseDB http://www.enterprisedb.com > -- Korry Douglas [email protected] EnterpriseDB http://www.enterprisedb.com [ Attachment, skipping... ] ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [email protected] so that your message can get through to the mailing list cleanly ----- End of forwarded message from [email protected] ----- -- Bruce Momjian [email protected] EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: Subject tag lowercase @ 2007-02-01 00:05 Marc G. Fournier <[email protected]> parent: Bruce Momjian <[email protected]> 1 sibling, 0 replies; 4+ messages in thread From: Marc G. Fournier @ 2007-02-01 00:05 UTC (permalink / raw) To: Bruce Momjian <[email protected]>; pgsql-www -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 'k, I know it wasn't me that changed it, but the subject_prefix for -patches was reverted to the 'default' $LIST (pgsql-patches), while the others are all specifically set to otherwise ... set back to the all caps ... - --On Wednesday, January 31, 2007 18:24:54 -0500 Bruce Momjian <[email protected]> wrote: > > I still have received no feedback on why the subject line sometimes has > "[pgsql-patches]" instead of "[PATCHES]". Sample below. > > Also, don't we have filters to block emails with the subject > "unsubscribe"? I just saw one on the admin list. > > --------------------------------------------------------------------------- > > ----- Forwarded message from [email protected] ----- > > X-Greylist: domain auto-whitelisted by SQLgrey-1.7.4 > thread-index: AcdFiOEEhe23MX+pRO+bHDV6ruYJbw== > Subject: Re: [pgsql-patches] Patch to avoid gprof profiling overwrites > Content-Class: urn:content-classes:message > Importance: normal > X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2826 > From: <[email protected]> > To: Bruce Momjian <[email protected]> > cc: <[email protected]> > In-Reply-To: <[email protected]> > References: <[email protected]> > Date: Wed, 31 Jan 2007 17:59:21 -0500 > Message-ID: <[email protected]> > X-Mailer: Evolution 2.4.0 > X-OriginalArrivalTime: 31 Jan 2007 22:40:57.0359 (UTC) > FILETIME=[DFA8A9F0:01C74588] X-Virus-Scanned: Maia Mailguard 1.0.1 > X-Spam-Status: No, hits=0.624 tagged_above=0 required=5 tests=AWL, BAYES_40, > HTML_MESSAGE, NO_REAL_NAME, SPF_PASS > X-Spam-Level: > X-Mailing-List: pgsql-patches > List-Archive: <http://archives.postgresql.org/pgsql-patches; > List-Help: <mailto:[email protected]?body=help> > List-Id: <pgsql-patches.postgresql.org> > List-Owner: <mailto:[email protected]> > List-Post: <mailto:[email protected]> > List-Subscribe: <mailto:[email protected]?body=sub%20pgsql-patches> > List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-patches> > Precedence: bulk > Sender: [email protected] > >> And the patch is where? > > > You caught me; guess I'd better make something up fast, huh? > > Here it is, thanks. > > -- Korry > > >> >> --------------------------------------------------------------------------- >> >> [email protected] wrote: >> > It's difficult to profile a backend server process (using gprof) >> > because each process overwrites any earlier profile as it exits. >> > >> > It is especially tricky to nab a useful profile if you happen to have >> > autovacuum enabled. >> > >> > This patch reduces the problem by forcing the backend to 'cd' to a new >> > directory ($PGDATA/gprof/pid) just before calling exit(), but only if >> > the backend was compiled with -DLINUX_PROFILE. >> > >> > I've tested this with Linux, but not with other host architectures. >> > >> > -- Korry >> > >> > >> > >> > -- >> > Korry Douglas [email protected] >> > EnterpriseDB http://www.enterprisedb.com >> > > > > -- > Korry Douglas [email protected] > EnterpriseDB http://www.enterprisedb.com > > [ Attachment, skipping... ] > > > ---------------------------(end of broadcast)--------------------------- > TIP 1: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to [email protected] so that your > message can get through to the mailing list cleanly > ----- End of forwarded message from [email protected] ----- > > -- > Bruce Momjian [email protected] > EnterpriseDB http://www.enterprisedb.com > > + If your life is a hard drive, Christ can be your backup. + - ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . [email protected] MSN . [email protected] Yahoo . yscrappy Skype: hub.org ICQ . 7615664 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFwS7k4QvfyHIvDvMRAr1KAKDiEpI9lgXC3vAwq0k55+I4gEV8JQCeIaR/ pPcVvT6/StNGDDB9vTVkHdM= =CQxw -----END PGP SIGNATURE----- ^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: Subject tag lowercase @ 2007-02-01 00:35 Bruce Momjian <[email protected]> parent: Greg Sabino Mullane <[email protected]> 0 siblings, 0 replies; 4+ messages in thread From: Bruce Momjian @ 2007-02-01 00:35 UTC (permalink / raw) To: Greg Sabino Mullane <[email protected]>; +Cc: pgsql-www Greg Sabino Mullane wrote: > > Also, don't we have filters to block emails with the subject > > "unsubscribe"? I just saw one on the admin list. > > That's not enabled for all lists, -admin is probably one of > the few that does not yet have it. OK, but shouldn't it be on all lists? -- Bruce Momjian [email protected] EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: Subject tag lowercase @ 2007-02-01 00:36 Greg Sabino Mullane <[email protected]> parent: Bruce Momjian <[email protected]> 1 sibling, 1 reply; 4+ messages in thread From: Greg Sabino Mullane @ 2007-02-01 00:36 UTC (permalink / raw) To: pgsql-www -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 > Also, don't we have filters to block emails with the subject > "unsubscribe"? I just saw one on the admin list. That's not enabled for all lists, -admin is probably one of the few that does not yet have it. - -- Greg Sabino Mullane [email protected] PGP Key: 0x14964AC8 200701311932 http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8 -----BEGIN PGP SIGNATURE----- iD8DBQFFwTU6vJuQZxSWSsgRAzYWAKC9I+xb65gRMf0CbNQpqKXUrJhQLgCg6K9Q UHic/ZbYLjn6wCkFX6HT8Os= =4W8Z -----END PGP SIGNATURE----- ^ permalink raw reply [nested|flat] 4+ messages in thread
end of thread, other threads:[~2007-02-01 00:36 UTC | newest] Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2007-01-31 23:24 Subject tag lowercase Bruce Momjian <[email protected]> 2007-02-01 00:05 ` Marc G. Fournier <[email protected]> 2007-02-01 00:36 ` Greg Sabino Mullane <[email protected]> 2007-02-01 00:35 ` Bruce Momjian <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox