forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite3059fc
committed
Gen_fmgrtab.sh is strange: it is a platform dependent way (because it uses
CPP) to create platform independent files. Unfortunately, that means thatevery config.status (or configure) run invariably causes a relink of thepostmaster and also that we can't put these files in the distribution(usefully). So we make it a little smarter: when the output files alreadyexist and it notices that it would recreate them in identical form, itdoesn't touch them. In order to avoid re-running the make rule all the timewe update a timestamp file instead.Update release_prep accordingly. Also make Gen_fmgrtab.sh use the awk thatis detected at configure time, not necessarily named `awk' and have it checkfor exit statuses a little better.In other news... Remove USE_LOCALE from the templates, it was set to `no'everywhere anyway. Also remove YACC and YFLAGS from the templates, configureis smart enough to find bison or yacc itself. Use AC_PROG_YACC for thatinstead of the hand-crafted code. Do not set YFLAGS to `-d'. The make rulesthat need this flag should explicitly invoke it. YFLAGS should be a uservariable. Update the makefiles to that effect.1 parent7d30194 commite3059fc
File tree
48 files changed
+652
-712
lines changed- src
- backend
- bootstrap
- parser
- utils
- interfaces/ecpg/preproc
- pl/plpgsql/src
- template
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
48 files changed
+652
-712
lines changedLines changed: 493 additions & 509 deletions
Large diffs are not rendered by default.
Lines changed: 7 additions & 29 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
217 |
| - | |
218 |
| - | |
219 |
| - | |
220 |
| - | |
| 217 | + | |
221 | 218 |
| |
222 | 219 |
| |
223 | 220 |
| |
224 | 221 |
| |
225 |
| - | |
| 222 | + | |
226 | 223 |
| |
227 | 224 |
| |
228 | 225 |
| |
| |||
233 | 230 |
| |
234 | 231 |
| |
235 | 232 |
| |
236 |
| - | |
| 233 | + | |
237 | 234 |
| |
238 | 235 |
| |
239 | 236 |
| |
| |||
598 | 595 |
| |
599 | 596 |
| |
600 | 597 |
| |
| 598 | + | |
| 599 | + | |
601 | 600 |
| |
602 | 601 |
| |
603 | 602 |
| |
| |||
640 | 639 |
| |
641 | 640 |
| |
642 | 641 |
| |
643 |
| - | |
644 |
| - | |
645 |
| - | |
646 |
| - | |
647 |
| - | |
648 |
| - | |
649 |
| - | |
650 |
| - | |
651 |
| - | |
652 |
| - | |
653 |
| - | |
654 |
| - | |
655 |
| - | |
656 |
| - | |
657 |
| - | |
658 |
| - | |
659 |
| - | |
660 |
| - | |
661 |
| - | |
662 |
| - | |
663 |
| - | |
664 |
| - | |
665 |
| - | |
| 642 | + | |
666 | 643 |
| |
667 | 644 |
| |
| 645 | + | |
668 | 646 |
| |
669 | 647 |
| |
670 | 648 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
|
0 commit comments
Comments
(0)