Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb6d4522

Browse files
committed
Remove generation of repl_gram.h
It was apparently never necessary.
1 parent26fe564 commitb6d4522

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

‎src/backend/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ maintainer-clean: distclean
311311
catalog/postgres.description\
312312
catalog/postgres.shdescription\
313313
replication/repl_gram.c\
314-
replication/repl_gram.h\
315314
replication/repl_scanner.c\
316315
utils/fmgroids.h\
317316
utils/fmgrtab.c\

‎src/backend/replication/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
/repl_gram.c
2-
/repl_gram.h
32
/repl_scanner.c

‎src/backend/replication/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ include $(top_srcdir)/src/backend/common.mk
2222
# repl_scanner is compiled as part of repl_gram
2323
repl_gram.o: repl_scanner.c
2424

25-
# See notes in src/backend/parser/Makefile about the following two rules
26-
2725
repl_gram.c: repl_gram.y
2826
ifdefBISON
29-
$(BISON)-d$(BISONFLAGS) -o $@ $<
27+
$(BISON) $(BISONFLAGS) -o $@ $<
3028
else
3129
@$(missing) bison $< $@
3230
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp