1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

threads.c -> thread.c, be consistent.

This commit is contained in:
Bruce Momjian
2003-08-08 02:46:40 +00:00
parent 80ed63952b
commit e4cbb982b0
2 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
*
* $Id: threads.c,v 1.2 2003/08/04 00:43:33 momjian Exp $
* $Id: thread.c,v 1.1 2003/08/08 02:46:40 momjian Exp $
*
*-------------------------------------------------------------------------
*/