mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08: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:
parent
0885dd1517
commit
ecac5e6bfc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user