diff options
| author | Bruce Momjian <bruce@momjian.us> | 2004-08-30 02:54:42 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2004-08-30 02:54:42 +0000 |
| commit | 15d3f9f6b7849a70281f151f0def7a6d335767d7 (patch) | |
| tree | 98d285e17c671a56e484e98916703280e1947a78 /src/backend/storage/smgr/smgr.c | |
| parent | 166300f318f5b4795c0f7679144a1c23c0118163 (diff) | |
| download | postgresql-15d3f9f6b7849a70281f151f0def7a6d335767d7.tar.gz | |
Another pgindent run with lib typedefs added.
Diffstat (limited to 'src/backend/storage/smgr/smgr.c')
| -rw-r--r-- | src/backend/storage/smgr/smgr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/storage/smgr/smgr.c b/src/backend/storage/smgr/smgr.c index ec1d902a10..71e82d71ed 100644 --- a/src/backend/storage/smgr/smgr.c +++ b/src/backend/storage/smgr/smgr.c @@ -11,7 +11,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/storage/smgr/smgr.c,v 1.80 2004/08/29 05:06:49 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/storage/smgr/smgr.c,v 1.81 2004/08/30 02:54:39 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -339,8 +339,8 @@ smgrcreate(SMgrRelation reln, bool isTemp, bool isRedo) return; /* - * Make a non-transactional XLOG entry showing the file creation. - * It's non-transactional because we should replay it whether the + * Make a non-transactional XLOG entry showing the file creation. It's + * non-transactional because we should replay it whether the * transaction commits or not; if not, the file will be dropped at * abort time. */ |
