mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Use single quotes when there are backslashes in the filename
In the hope of unbreaking the buildfarm
This commit is contained in:
		@@ -276,14 +276,14 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
 | 
				
			|||||||
    if (IsNewer('src\include\utils\errcodes.h','src\backend\utils\errcodes.txt'))
 | 
					    if (IsNewer('src\include\utils\errcodes.h','src\backend\utils\errcodes.txt'))
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        print "Generating errcodes.h...\n";
 | 
					        print "Generating errcodes.h...\n";
 | 
				
			||||||
        system("perl src\backend\utils\generate-errcodes.pl src\backend\utils\errcodes.txt > src\backend\utils\errcodes.h");
 | 
					        system('perl src\backend\utils\generate-errcodes.pl src\backend\utils\errcodes.txt > src\backend\utils\errcodes.h');
 | 
				
			||||||
        copyFile('src\backend\utils\errcodes.h','src\include\utils\errcodes.h');
 | 
					        copyFile('src\backend\utils\errcodes.h','src\include\utils\errcodes.h');
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (IsNewer('src\pl\plpgsql\src\plerrcodes.h','src\backend\utils\errcodes.txt'))
 | 
					    if (IsNewer('src\pl\plpgsql\src\plerrcodes.h','src\backend\utils\errcodes.txt'))
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        print "Generating plerrcodes.h...\n";
 | 
					        print "Generating plerrcodes.h...\n";
 | 
				
			||||||
        system("perl src\pl\plpgsql\src\generate-plerrcodes.pl src\backend\utils\errcodes.txt > src\pl\plpgsql\src\plerrcodes.h");
 | 
					        system('perl src\pl\plpgsql\src\generate-plerrcodes.pl src\backend\utils\errcodes.txt > src\pl\plpgsql\src\plerrcodes.h');
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (IsNewer('src\interfaces\libpq\libpq.rc','src\interfaces\libpq\libpq.rc.in'))
 | 
					    if (IsNewer('src\interfaces\libpq\libpq.rc','src\interfaces\libpq\libpq.rc.in'))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user