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
d48d8665
Commit
d48d8665
authored
Aug 07, 2004
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove bogus trailing dot from eventlog output, per Andreas.
Clean up README file a bit.
parent
b2b56563
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
12 deletions
+9
-12
src/bin/pgevent/MSG00001.bin
src/bin/pgevent/MSG00001.bin
+0
-0
src/bin/pgevent/README
src/bin/pgevent/README
+7
-10
src/bin/pgevent/pgmsgevent.h
src/bin/pgevent/pgmsgevent.h
+1
-1
src/bin/pgevent/pgmsgevent.mc
src/bin/pgevent/pgmsgevent.mc
+1
-1
No files found.
src/bin/pgevent/MSG00001.bin
View file @
d48d8665
No preview for this file type
src/bin/pgevent/README
View file @
d48d8665
The files attached with this mail have to be stored in pgevent directory.
MSG000001.bin is a bin files, result of Microsoft MC compiler. MC compiler
MSG000001.bin is a binary file, result of Microsoft MC compiler. MC compiler
can be downloaded for free with MS Core SDK but it is not included with MSYS
tools and I didn't find a alternative way to compile MC file.
tools and I didn't find a
n
alternative way to compile MC file.
To summarize
MC pgmsgevent.mc command generates pgmsgevent.h
pgmsgevent.rc and MSG00001.bin files. In MC file, we declare a string
To summarize
: the command "MC pgmsgevent.mc" generates pgmsgevent.h,
pgmsgevent.rc
,
and MSG00001.bin files. In MC file, we declare a string
with %s format, so we can write anything we want in the future without
need to change the definition of this string.
need
ing
to change the definition of this string.
To finish, because DllUnregisterServer and DllRegisterServer are system
defined entry point, we need to export these two functions with their names
without "decoration", so we cannot use
s
auto generated .def files without
defined entry point
s
, we need to export these two functions with their names
without "decoration", so we cannot use auto generated .def files without
handy modifications.
Laurent Ballester
src/bin/pgevent/pgmsgevent.h
View file @
d48d8665
...
...
@@ -39,7 +39,7 @@
//
// MessageText:
//
// %1
.
// %1
//
#define PGWIN32_EVENTLOG_MSG 0x00000000L
src/bin/pgevent/pgmsgevent.mc
View file @
d48d8665
MessageId=0
SymbolicName=PGWIN32_EVENTLOG_MSG
Language=English
%
1
.
%
1
.
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