mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Fixed ECPG regression test to make sure it uses absolute paths for include
files instead of relative ones which break vpath builds.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#include "../regression.h"
|
||||
#include <../regression.h>
|
||||
|
||||
exec sql begin declare section;
|
||||
#include "strings.h"
|
||||
#include <strings.h>
|
||||
exec sql end declare section;
|
||||
|
||||
int main(void)
|
||||
|
Reference in New Issue
Block a user