aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/dynloader/osf.c
Commit message (Collapse)AuthorAge
* Remove Alpha and Tru64 support.Andres Freund2014-06-28
| | | | | | | | | | | | | Support for running postgres on Alpha hasn't been tested for a long while. Due to Alpha's uniquely lax cache coherency model it's a hard to develop for platform (especially blindly!) and thought to be unlikely to currently work correctly. As Alpha is the only supported architecture for Tru64 drop support for it as well. Tru64's support has ended 2012 and it has been in maintenance-only mode for much longer. Also remove stray references to __ksr__ and ultrix defines.
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
|
* Fix obsolete cross-reference (this file isn't called alpha.c anymore)Tom Lane2009-04-21
|
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
|
* Some dynloader files missed the template rename a while back.Peter Eisentraut2000-10-10