| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | "Marc G(dot) Fournier" <scrappy(at)hub(dot)org> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Proposal: 7.2b2 today |
| Date: | 2001-11-05 17:52:02 |
| Message-ID: | 200111051752.fA5Hq2p12838@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
>
> Okay ... with everything that has been going on, hardware/server wise,
> this whole release cycle has turned into one big nightmare ...
>
> Unless someone has something they are sitting on, I'd like to wrap up a
> 7.2b2 this afternoon, and do a proper release announcement for it like
> didn't happen for 7.2b1 ...
Let me add that the majority of the pgindent changes was from:
struct {
int x;
} var;
to:
struct {
int x;
} var;
and this:
#endif /* demo */
to this:
#endif /* demo */
Plus some minor cleanup for breakage from the previous run.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Horst Herb | 2001-11-05 17:58:08 | Re: Serious performance problem |
| Previous Message | Bruce Momjian | 2001-11-05 17:46:10 | Re: Proposal: 7.2b2 today |