summaryrefslogtreecommitdiff
path: root/src/backend/port/dynloader/osf.c
AgeCommit message (Collapse)Author
2014-06-28Remove Alpha and Tru64 support.Andres Freund
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.
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-04-21Fix obsolete cross-reference (this file isn't called alpha.c anymore)Tom Lane
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2000-10-10Some dynloader files missed the template rename a while back.Peter Eisentraut