From: Mark Wong Date: Thu, 11 Sep 2008 03:17:25 +0000 (-0700) Subject: Fix commment formatting. X-Git-Tag: v0.0.5~20 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=c65d24159ce08ee3e6e9455bd356ce09752bee02;p=pg_proctab.git Fix commment formatting. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..440be70 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.so +*.sql diff --git a/pg_cputime.c b/pg_cputime.c index fd9e6e2..821de35 100644 --- a/pg_cputime.c +++ b/pg_cputime.c @@ -1,6 +1,5 @@ /* * Copyright (C) 2008 Mark Wong - * */ #include "postgres.h" diff --git a/pg_loadavg.c b/pg_loadavg.c index 980d35a..e300e8b 100644 --- a/pg_loadavg.c +++ b/pg_loadavg.c @@ -1,6 +1,5 @@ /* * Copyright (C) 2008 Mark Wong - * */ #include "postgres.h" diff --git a/pg_memusage.c b/pg_memusage.c index 85f5116..736b835 100644 --- a/pg_memusage.c +++ b/pg_memusage.c @@ -1,6 +1,5 @@ /* * Copyright (C) 2008 Mark Wong - * */ #include "postgres.h"