Home
About
Download
Documentation
Community
Developers
Support
Donate
Your account
Quick Links
Community
Contributors
Mailing Lists
IRC
Local User Groups
Events
International Sites
Stylistic changes in bufmgr.c
From:
Manfred Koizar <mkoi-pg(at)aon(dot)at>
To:
pgsql-patches(at)postgresql(dot)org
Subject:
Stylistic changes in bufmgr.c
Date:
2004-06-03 10:08:12
Message-ID:
m1stb09v6b59hk0u9usjm80h03r8gvvj6m@email.aon.at
Views:
Raw Message
|
Whole Thread
|
Download mbox
|
Resend email
Thread:
2004-06-03 10:08:12 from Manfred Koizar <mkoi-pg(at)aon(dot)at> 📎
2004-06-08 14:00:42 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Lists:
pgsql-patches
Basically replaces (*a).b with a->b as it is everywhere else in
Postgres.
Servus
Manfred
Attachment
Content-Type
Size
unknown_filename
text/plain
7.7 KB
Responses
Re: Stylistic changes in bufmgr.c
at 2004-06-08 14:00:42 from Bruce Momjian
Browse pgsql-patches by date
From
Date
Subject
Next Message
Bruce Momjian
2004-06-03 14:55:45
Re: Compiling libpq with VisualC
Previous Message
Manfred Koizar
2004-06-03 10:07:51
vacuum.c refactoring