mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04:00 
			
		
		
		
	Adjustments for Win32-specific rename code, and add include file.
This commit is contained in:
		
							parent
							
								
									98a5284170
								
							
						
					
					
						commit
						4c29e21578
					
				| @ -6,7 +6,7 @@ | |||||||
|  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group |  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group | ||||||
|  * Portions Copyright (c) 1994, Regents of the University of California |  * Portions Copyright (c) 1994, Regents of the University of California | ||||||
|  * |  * | ||||||
|  * $PostgreSQL: pgsql/src/backend/commands/user.c,v 1.134 2004/02/02 00:17:21 momjian Exp $ |  * $PostgreSQL: pgsql/src/backend/commands/user.c,v 1.135 2004/02/02 16:37:46 momjian Exp $ | ||||||
|  * |  * | ||||||
|  *------------------------------------------------------------------------- |  *------------------------------------------------------------------------- | ||||||
|  */ |  */ | ||||||
| @ -140,7 +140,7 @@ write_group_file(Relation grel) | |||||||
| 	tempname = (char *) palloc(bufsize); | 	tempname = (char *) palloc(bufsize); | ||||||
| 	snprintf(tempname, bufsize, "%s.%d", filename, MyProcPid); | 	snprintf(tempname, bufsize, "%s.%d", filename, MyProcPid); | ||||||
| #if defined(WIN32) || defined(CYGWIN) | #if defined(WIN32) || defined(CYGWIN) | ||||||
| 	filename = repalloc(filename, strlen(filename) + 1 + strlen(".new"); | 	filename = repalloc(filename, strlen(filename) + 1 + strlen(".new")); | ||||||
| 	strcat(filename, ".new"); | 	strcat(filename, ".new"); | ||||||
| #endif | #endif | ||||||
| 	 | 	 | ||||||
| @ -291,7 +291,7 @@ write_user_file(Relation urel) | |||||||
| 	tempname = (char *) palloc(bufsize); | 	tempname = (char *) palloc(bufsize); | ||||||
| 	snprintf(tempname, bufsize, "%s.%d", filename, MyProcPid); | 	snprintf(tempname, bufsize, "%s.%d", filename, MyProcPid); | ||||||
| #if defined(WIN32) || defined(CYGWIN) | #if defined(WIN32) || defined(CYGWIN) | ||||||
| 	filename = repalloc(filename, strlen(filename) + 1 + strlen(".new"); | 	filename = repalloc(filename, strlen(filename) + 1 + strlen(".new")); | ||||||
| 	strcat(filename, ".new"); | 	strcat(filename, ".new"); | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -13,7 +13,7 @@ | |||||||
|  * |  * | ||||||
|  *	Copyright (c) 2001-2003, PostgreSQL Global Development Group |  *	Copyright (c) 2001-2003, PostgreSQL Global Development Group | ||||||
|  * |  * | ||||||
|  *	$PostgreSQL: pgsql/src/backend/postmaster/pgstat.c,v 1.57 2004/01/28 21:02:40 tgl Exp $ |  *	$PostgreSQL: pgsql/src/backend/postmaster/pgstat.c,v 1.58 2004/02/02 16:37:46 momjian Exp $ | ||||||
|  * ---------- |  * ---------- | ||||||
|  */ |  */ | ||||||
| #include "postgres.h" | #include "postgres.h" | ||||||
| @ -45,6 +45,7 @@ | |||||||
| #include "storage/backendid.h" | #include "storage/backendid.h" | ||||||
| #include "storage/ipc.h" | #include "storage/ipc.h" | ||||||
| #include "storage/pg_shmem.h" | #include "storage/pg_shmem.h" | ||||||
|  | #include "tcop/tcopprot.h" | ||||||
| #include "utils/rel.h" | #include "utils/rel.h" | ||||||
| #include "utils/hsearch.h" | #include "utils/hsearch.h" | ||||||
| #include "utils/ps_status.h" | #include "utils/ps_status.h" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user