Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
b2e3be41
Commit
b2e3be41
authored
Jul 07, 2011
by
Andrew Dunstan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix comments over eagerly c&p'd.
parent
c895e775
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/tools/msvc/pgbison.bat
src/tools/msvc/pgbison.bat
+1
-1
src/tools/msvc/pgflex.bat
src/tools/msvc/pgflex.bat
+1
-1
No files found.
src/tools/msvc/pgbison.bat
View file @
b2e3be41
@echo
off
@echo
off
REM src/tools/msvc/pgbison.bat
REM src/tools/msvc/pgbison.bat
REM all the logic for this now belongs in
builddoc
.pl. This file really
REM all the logic for this now belongs in
pgbison
.pl. This file really
REM only exists so you don't have to type "perl src/tools/msvc/pgbison.pl"
REM only exists so you don't have to type "perl src/tools/msvc/pgbison.pl"
REM Resist any temptation to add any logic here.
REM Resist any temptation to add any logic here.
@perl
src
/tools/msvc/pgbison
.pl
%
*
@perl
src
/tools/msvc/pgbison
.pl
%
*
src/tools/msvc/pgflex.bat
View file @
b2e3be41
@echo
off
@echo
off
REM src/tools/msvc/pgflex.bat
REM src/tools/msvc/pgflex.bat
REM all the logic for this now belongs in
builddoc
.pl. This file really
REM all the logic for this now belongs in
pgflex
.pl. This file really
REM only exists so you don't have to type "perl src/tools/msvc/pgflex.pl"
REM only exists so you don't have to type "perl src/tools/msvc/pgflex.pl"
REM Resist any temptation to add any logic here.
REM Resist any temptation to add any logic here.
@perl
src
/tools/msvc/pgflex
.pl
%
*
@perl
src
/tools/msvc/pgflex
.pl
%
*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment